lanux128

Ctrl+Click

Sep 18th, 2014
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;if RButton is pressed then send, Ctrl+LButton
  2. *LButton::
  3. If GetKeyState("RButton")
  4.     Send ^{LButton}
  5. Else
  6.     Send {LButton}
  7. Return
Advertisement
Add Comment
Please, Sign In to add comment