Created
January 26, 2018 09:50
-
-
Save ashmeh6/98fafdd7614ea32c4ba709c61c7c6418 to your computer and use it in GitHub Desktop.
Containing commands needed to create Autohotkey script, helpfull in typing ASCII code from laptop if no numpad is there.
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
0::numpad0 | |
1::numpad1 | |
2::numpad2 | |
3::numpad3 | |
4::numpad4 | |
5::numpad5 | |
6::numpad6 | |
7::numpad7 | |
8::numpad8 | |
9::numpad9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment