Created
July 27, 2017 23:06
-
-
Save oatmealraisin/f4c7fc1d2eccbc5c69ca9402e615dc1f to your computer and use it in GitHub Desktop.
temp
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
$ setxkbmap -print | |
xkb_keymap { | |
xkb_keycodes { include "evdev+aliases(qwerty)" }; | |
xkb_types { include "complete" }; | |
xkb_compat { include "complete" }; | |
xkb_symbols { include "pc+us+inet(evdev)" }; | |
xkb_geometry { include "pc(pc105)" }; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment