Created
January 18, 2014 00:41
-
-
Save anonymous/8484415 to your computer and use it in GitHub Desktop.
key remapper with toggle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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