Skip to content

Instantly share code, notes, and snippets.

Created January 18, 2014 00:41
Show Gist options
  • Save anonymous/8484415 to your computer and use it in GitHub Desktop.
Save anonymous/8484415 to your computer and use it in GitHub Desktop.
key remapper with toggle
PgUp::
Hotkey e, Slabel, on
Return
PgDn::
Hotkey e, Slabel, off
Return
Slabel:
Send {p Down}
KeyWait %A_ThisHotkey%
Send {p Up}
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment