Created
September 21, 2016 22:15
-
-
Save Duncaen/eb3593ca37585134b6670b4cfa1e17ee to your computer and use it in GitHub Desktop.
us-chris2.map
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
| include "/usr/share/kbd/keymaps/i386/qwerty/us.map.gz" | |
| ! map CapsLock to AltGr, cant add new modifiers | |
| keycode 58 = AltGr | |
| ! allow Shift+AltGr | |
| keymaps 3-5 | |
| ! caps-u ü | |
| altgr keycode 22 = udiaeresis | |
| shift altgr keycode 22 = Udiaeresis | |
| ! caps-[ ü | |
| altgr keycode 26 = udiaeresis | |
| shift altgr keycode 26 = Udiaeresis | |
| ! caps-o ö | |
| altgr keycode 24 = odiaeresis | |
| shift altgr keycode 24 = Odiaeresis | |
| ! caps-; ö | |
| altgr keycode 39 = odiaeresis | |
| shift altgr keycode 39 = Odiaeresis | |
| ! caps-a ä | |
| altgr keycode 30 = adiaeresis | |
| shift altgr keycode 30 = Adiaeresis | |
| ! caps-' ä | |
| altgr keycode 40 = adiaeresis | |
| shift altgr keycode 40 = Adiaeresis | |
| ! caps-s ß | |
| ! todo | |
| altgr keycode 30 = adiaeresis | |
| shift altgr keycode 30 = Adiaeresis | |
| ! caps-- ß | |
| altgr keycode 12 = adiaeresis | |
| shift altgr keycode 12 = Adiaeresis | |
| ! at in caps-q, euro on caps-e, mu in caps-m | |
| altgr keycode 16 = at | |
| altgr keycode 18 = currency | |
| ! todo | |
| altgr keycode 50 = at | |
| ! switch caps-y/z | |
| altgr keycode 21 = z | |
| shift altgr keycode 21 = Z | |
| altgr keycode 44 = y | |
| shift altgr keycode 44 = Y | |
| ! cursor keys on caps-hjkl | |
| altgr keycode 35 = Left | |
| shift altgr keycode 35 = Home | |
| altgr keycode 36 = Down | |
| shift altgr keycode 36 = Next | |
| altgr keycode 37 = Up | |
| shift altgr keycode 37 = Prior | |
| altgr keycode 38 = Right | |
| shift altgr keycode 38 = End |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment