Advertisement
axutongxue

WIN+R 搭配 Keymousego

Mar 8th, 2024
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. echo [[300,"EM","mouse left down",[600,400]],[100,"EM","mouse left up",[-1,-1]],[200,"EK","key down",[162,"Lcontrol",0]],[200,"EK","key down",[86,"V",0]],[100,"EK","key up",[86,"V",0]],[100,"EK","key up",[162,"Lcontrol",0]],[500,"EK","key down",[13,"Return",0]],[100,"EK","key up",[13,"Return",0]]] > "D:\script.txt"
  2.  
  3. explorer.exe "https://www.baidu.com/"
  4.  
  5. echo %1| clip
  6.  
  7. KeymouseGo.exe "D:\script.txt"
  8.  
  9. del "D:\script.txt"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement