X11: Add keyboard definition for alt-intl-unicode
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.
This commit is contained in:
@@ -1,9 +1,3 @@
|
||||
! Make unmodified Caps_Lock Esc, but keep regular Caps behaviour on Shift +
|
||||
! Caps_Lock
|
||||
remove Lock = Caps_Lock
|
||||
keycode 66 =
|
||||
keycode 66 = Escape Caps_Lock
|
||||
|
||||
! Do not double assign less and greater on the key right of Shift_L on an ISO
|
||||
! layout
|
||||
keycode 94 = grave asciitilde
|
||||
|
||||
10
etc/X11/xorg.conf.d/90-keyboard-layout.conf
Normal file
10
etc/X11/xorg.conf.d/90-keyboard-layout.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user