Created
August 2, 2015 20:17
-
-
Save anonymous/bd79b7ed7cf084213dc2 to your computer and use it in GitHub Desktop.
Simple Numpad
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
[ | |
[ | |
"Num Lock", | |
"/", | |
"*", | |
"-" | |
], | |
[ | |
"7\nHome", | |
"8\n↑", | |
"9\nPgUp", | |
{ | |
"h": 2 | |
}, | |
"+" | |
], | |
[ | |
"4\n←", | |
"5", | |
"6\n→" | |
], | |
[ | |
"1\nEnd", | |
"2\n↓", | |
"3\nPgDn", | |
{ | |
"h": 2 | |
}, | |
"Enter" | |
], | |
[ | |
{ | |
"w": 2 | |
}, | |
"0\nIns", | |
".\nDel" | |
] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment