Created
March 24, 2018 15:24
-
-
Save zGrav/ce74f5c7008b535743513b1c38ff7318 to your computer and use it in GitHub Desktop.
X11 CHIP
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
| keycode 10 = 1 exclam F1 exclam | |
| keycode 11 = 2 at F2 at | |
| keycode 12 = 3 numbersign F3 numbersign | |
| keycode 13 = 4 dollar F4 dollar | |
| keycode 14 = 5 percent F5 percent | |
| keycode 15 = 6 asciicircum F6 asciicircum | |
| keycode 16 = 7 ampersand F7 ampersand | |
| keycode 17 = 8 asterisk F8 asterisk | |
| keycode 18 = 9 parenleft F9 parenleft | |
| keycode 19 = 0 parenright F10 parenright | |
| keycode 22 = BackSpace BackSpace KP_Delete BackSpace | |
| keycode 29 = y Y braceleft Y | |
| keycode 30 = u U braceright U | |
| keycode 31 = i I bracketleft I | |
| keycode 32 = o O bracketright O | |
| keycode 33 = p P bar P | |
| keycode 36 = Return NoSymbol KP_Enter | |
| keycode 43 = h H less H | |
| keycode 44 = j J greater J | |
| keycode 45 = k K apostrophe K | |
| keycode 46 = l L quotedbl L | |
| keycode 56 = b B grave b | |
| keycode 57 = n N asciitilde n | |
| keycode 58 = m M colon M | |
| keycode 59 = comma less semicolon less | |
| keycode 60 = period comma semicolon comma | |
| keycode 61 = slash question backslash question | |
| keycode 82 = minus underscore F11 minus | |
| keycode 86 = plus KP_Equal F12 plus | |
| keycode 108 = Mode_switch Meta_R Alt_R Meta_R | |
| keycode 111 = Up Prior Prior | |
| keycode 113 = Left Home Home | |
| keycode 114 = Right End End | |
| keycode 116 = Down Next Next |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment