Last active
April 9, 2020 16:26
-
-
Save vincenavarro/e54ef71f7a026c66c9b0bd9f76400081 to your computer and use it in GitHub Desktop.
Keyboard Layout
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
[ | |
{ | |
"backcolor": "#3b3b3b", | |
"name": "MyBoard", | |
"radii": "10px" | |
}, | |
[ | |
{ | |
"c": "#00000", | |
"t": "#FF0000", | |
"p": "CHICKLET", | |
"a": 7, | |
"f": 5 | |
}, | |
"⎋", | |
"F1", | |
"F2", | |
"F3", | |
"F4", | |
"F5", | |
"F6", | |
"F7", | |
"F8", | |
"F9", | |
"F10", | |
"F11", | |
"F12", | |
{ | |
"f": 9 | |
}, | |
"⎙", | |
{ | |
"f": 6 | |
}, | |
"⦿" | |
], | |
[ | |
{ | |
"a": 5, | |
"f": 5 | |
}, | |
"~\n`", | |
"!\n1", | |
"@\n2", | |
"#\n3", | |
"$\n4", | |
"%\n5", | |
"^\n6", | |
"&\n7", | |
"*\n8", | |
"(\n9", | |
")\n0", | |
"_\n-", | |
"+\n=", | |
{ | |
"a": 7, | |
"w": 2 | |
}, | |
"⌫" | |
], | |
[ | |
{ | |
"a": 5 | |
}, | |
"⇥\n⇤", | |
{ | |
"a": 7 | |
}, | |
"Q", | |
"W", | |
"E", | |
"R", | |
"T", | |
"Y", | |
"U", | |
"I", | |
"O", | |
"P", | |
{ | |
"a": 5 | |
}, | |
"{\n[", | |
"}\n]", | |
"|\n\\", | |
{ | |
"a": 7 | |
}, | |
"⇞" | |
], | |
[ | |
{ | |
"w2": 1.5, | |
"l": true | |
}, | |
"⇪", | |
{ | |
"x": 0.5 | |
}, | |
"A", | |
"S", | |
"D", | |
{ | |
"n": true | |
}, | |
"F", | |
"G", | |
"H", | |
{ | |
"n": true | |
}, | |
"J", | |
"K", | |
"L", | |
{ | |
"a": 5 | |
}, | |
":\n;", | |
"\"\n'", | |
{ | |
"a": 7, | |
"w": 1.5 | |
}, | |
"⏎", | |
"⇟" | |
], | |
[ | |
{ | |
"w": 2 | |
}, | |
"⇧", | |
"Z", | |
"X", | |
"C", | |
"V", | |
"B", | |
"N", | |
"M", | |
{ | |
"a": 5 | |
}, | |
"<\n,", | |
">\n.", | |
"?\n/", | |
{ | |
"a": 7 | |
}, | |
"↑", | |
{ | |
"f": 9, | |
"d": true | |
}, | |
"<i class='kb kb-Hamburger-Menu'></i>", | |
{ | |
"f": 5 | |
}, | |
"↖" | |
], | |
[ | |
"Fn", | |
"⌃", | |
"⌥", | |
"⌘", | |
{ | |
"f": 9, | |
"w": 7 | |
}, | |
"", | |
{ | |
"f": 5 | |
}, | |
"←", | |
"↓", | |
"→", | |
"↘" | |
] | |
] |
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
@import url('https://fonts.googleapis.com/css?family=Space+Mono'); | |
.keylabel { | |
font-family: 'Space Mono'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment