Created
October 12, 2018 18:39
-
-
Save hoelzro/dd2488b057c0c6d912b79533794b7e36 to your computer and use it in GitHub Desktop.
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
| xkb_keymap { | |
| xkb_keycodes { include "evdev+aliases(qwerty)" }; | |
| xkb_types { include "complete" }; | |
| xkb_compat { include "complete" }; | |
| xkb_symbols { include "pc+us+inet(evdev)+ctrl(swapcaps)" }; | |
| xkb_geometry { include "pc(pc104)" }; | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment