Last active
July 29, 2024 03:58
-
-
Save cassidoo/a06c76d9f28cc03d484caf5be667bd5b to your computer and use it in GitHub Desktop.
For the micro journal
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
{ | |
"main": | |
[ | |
"ESC", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "BACKSPACE", | |
"PGUP", "q", "w", "e", "r", "t", "y", "u", "i", "o", "p", 127, | |
"ALT", "a", "s", "d", "f", "g", "h", "j", "k", "l", ";", "\n", | |
"SHIFT", "z", "x", "c", "v", " ", "b", "n", "m", ",", ".", "PGDN" | |
], | |
"main-shift": | |
[ | |
"~", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "?", | |
"PGUP", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", 127, | |
"ALT", "A", "S", "D", "F", "G", "H", "J", "K", "L", ":", "\n", | |
"SHIFT", "Z", "X", "C", "V", " ", "B", "N", "M", "<", ">", "PGDN" | |
], | |
"alt": | |
[ | |
"`", "1", "2", "3", "4", "5", "6", "-", "=", "[", "]", "/", | |
"PGUP", "q", "w", 233, "r", "t", "y", 250, 237, 243, "p", 127, | |
"ALT", 225, "s", "d", "f", "g", "LEFT", "DOWN", "UP", "RIGHT", "\"", "'", | |
"SHIFT", "z", "x", "c", "v", " ", "b", "n", "m", ",", "/", "PGDN" | |
], | |
"alt-shift": | |
[ | |
"~", "!", "@", "#", "$", "%", "^", "_", "+", "{", "}", "|", | |
"PGUP", "Q", "W", 201, "R", "T", "Y", 218, 205, 211, "P", 127, | |
"ALT", 193, "S", "D", "F", "G", "H", "J", "K", "L", "|", "\n", | |
"SHIFT", "Z", "X", "C", "V", " ", "B", "N", "M", "<", ">", "PGDN" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment