Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. Capslock::Esc
  2.  
  3. ^!Left::
  4. Send, {LWin down}{LControl down}{Left}{LWin up}{LControl up}
  5. return
  6.  
  7. ^!Right::
  8. Send, {LWin down}{LControl down}{Right}{LWin up}{LControl up}
  9. return
  10.  
  11. ^!NumpadRight::
  12. Send, {LWin down}{LControl down}{NumpadRight}{LWin up}{LControl up}
  13. return
  14.  
  15. ^!NumpadLeft::
  16. Send, {LWin down}{LControl down}{NumpadLeft}{LWin up}{LControl up}
  17. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement