Created
February 17, 2024 04:07
-
-
Save ecnepsnai/a0579ab3919451182406046ed14eb49b to your computer and use it in GitHub Desktop.
Scroll Lock Numpad
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
#If GetKeyState("ScrollLock", "t") | |
1::Numpad1 | |
2::Numpad2 | |
3::Numpad3 | |
4::Numpad4 | |
5::Numpad5 | |
6::Numpad6 | |
7::Numpad7 | |
8::Numpad8 | |
9::Numpad9 | |
0::Numpad0 | |
-::NumpadSub | |
=::NumpadAdd | |
[::NumpadDiv | |
]::NumpadMult | |
Up::Numpad8 | |
Down::Numpad2 | |
Left::Numpad4 | |
Right::Numpad6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment