Use keyboard variant `alt-intl-unicode` of the `us` layout. Also directly use the option to switch caps and escape instead of doing it via Xmodmap.
11 lines
235 B
Plaintext
11 lines
235 B
Plaintext
# vim: ft=xf86conf
|
|
|
|
Section "InputClass"
|
|
Identifier "system-keyboard"
|
|
MatchIsKeyboard "on"
|
|
Option "XkbLayout" "us"
|
|
Option "XkbModel" "pc105"
|
|
Option "XkbVariant" "alt-intl-unicode"
|
|
Option "XkbOptions" "caps:swapescape"
|
|
EndSection
|