Skip to content

Instantly share code, notes, and snippets.

@eugeneai
Created February 8, 2018 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eugeneai/4dd957a0bb364f5cb5a9e39450e82b1c to your computer and use it in GitHub Desktop.
Save eugeneai/4dd957a0bb364f5cb5a9e39450e82b1c to your computer and use it in GitHub Desktop.
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