Created
October 16, 2020 12:06
-
-
Save denisoster/ff7f35db0da681d43606bb5d22b24f75 to your computer and use it in GitHub Desktop.
Override keys
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_types { include "complete" }; | |
xkb_compat { include "complete" }; | |
xkb_symbols { include "pc+us+ru:2+inet(evdev)" }; | |
xkb_geometry { include "pc(pc105)" }; | |
xkb_keycodes { | |
include "evdev+aliases(qwerty)" | |
<LWIN> = 64; | |
<LALT> = 133; | |
<RWIN> = 108; | |
}; | |
}; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment