Skip to content

Instantly share code, notes, and snippets.

@5310
Created July 20, 2013 06:12
Show Gist options
  • Save 5310/6044047 to your computer and use it in GitHub Desktop.
Save 5310/6044047 to your computer and use it in GitHub Desktop.
This was the AutoHotkey script I was using on Windows when the right button on the mouse broke down. And then it suddenly got better. #script
AppsKey::
Send {RButton Down}
Return
AppsKey Up::
Send {RButton Up}
Return
CapsLock::
Send {RButton Down}
Return
CapsLock Up::
Send {RButton Up}
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment