Slightly modified version of the default layout on keyboard-layout-editor.com
Last active
March 9, 2020 04:19
-
-
Save sowbug/71abc8741acb1b99ae37b660513f929c to your computer and use it in GitHub Desktop.
Number Pad
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
[ | |
{ | |
"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" | |
] | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment