Skip to content

Instantly share code, notes, and snippets.

@sowbug
Last active March 9, 2020 04:19
Show Gist options
  • Save sowbug/71abc8741acb1b99ae37b660513f929c to your computer and use it in GitHub Desktop.
Save sowbug/71abc8741acb1b99ae37b660513f929c to your computer and use it in GitHub Desktop.
Number Pad
[
{
"name": "Number Pad",
"author": "http://www.keyboard-layout-editor.com/#/gists/71abc8741acb1b99ae37b660513f929c"
},
[
"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"
]
]

Slightly modified version of the default layout on keyboard-layout-editor.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment