Created
February 8, 2018 02:16
-
-
Save eugeneai/4dd957a0bb364f5cb5a9e39450e82b1c to your computer and use it in GitHub Desktop.
This file contains 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
Section "InputClass" | |
#Identifier "keyboard-all" | |
# MatchIsKeyboard "no" | |
Driver "evdev" | |
Option "XkbModel" "pc105" | |
Option "XkbLayout" "us,ru" | |
Option "XkbVariant" "winkeys" | |
# ctrl:swapcaps | |
# Option "XkbOptions" "ctrl:nocaps,grp:caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp" | |
Option "XkbOptions" "ctrl:nocaps,grp:sclk_toggle,grp_led:scroll,terminate:ctrl_alt_bksp" | |
Identifier "system-keyboard" | |
MatchIsKeyboard "on" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment