Created
May 28, 2017 21:16
-
-
Save fehu/a658e7f28827a493da99cde635f1090f to your computer and use it in GitHub Desktop.
xorg.conf keyboard: English Alt Gr International, Russian. Switch: Caps Lock
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
Section "InputDevice" | |
Identifier "Keyboard0" | |
Driver "kbd" | |
EndSection | |
Section "InputClass" | |
Identifier "Keyboard0" | |
MatchIsKeyboard "on" | |
Option "XkbModel" "pc105" | |
Option "XkbLayout" "us,ru" | |
Option "XkbVariant" "altgr-intl," | |
Option "XKbOptions" "grp:caps_toggle" | |
Option "XKbOptions" "terminate:ctrl_alt_bksp" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment