Created
May 20, 2021 05:18
-
-
Save AllanChain/2a8b1c82cf5913b8642316ee7cb23459 to your computer and use it in GitHub Desktop.
Toggle numpad. https://stackoverflow.com/questions/24389178
This file contains hidden or 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
mode := 1 | |
#c:: | |
mode:=!mode ;not! toggle | |
return | |
#If mode ; All hotkeys below this line will only work if mode is TRUE | |
j::1 | |
k::2 | |
l::3 | |
u::4 | |
i::5 | |
o::6 | |
#If |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment