Skip to content

Instantly share code, notes, and snippets.

Created August 2, 2015 20:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/bd79b7ed7cf084213dc2 to your computer and use it in GitHub Desktop.
Save anonymous/bd79b7ed7cf084213dc2 to your computer and use it in GitHub Desktop.
Simple Numpad
[
[
"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