1
0
Fork 0

Changed Xorg config of keyboard

Several layouts changed with the Menu key was too much of a pain in
the back, so the only default layout now is the bépo layout
Dieser Commit ist enthalten in:
Lucien Cartier-Tilet 2020-07-17 16:56:22 +02:00
Ursprung 0678d9fd43
Commit 540b47dc3c
Signiert von: phundrak
GPG-Schlüssel-ID: BD7789E705CB8DCA
2 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen

Datei anzeigen

@ -7,10 +7,10 @@ set keyboardconf \
'Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "fr,fr,us"
Option "XkbLayout" "fr"
Option "XkbModel" "pc104"
Option "XkbVariant" "bepo_afnor,,"
Option "XkbOptions" "grp:menu_toggle,caps:ctrl_modifier"
Option "XkbVariant" "bepo_afnor"
Option "XkbOptions" "caps:ctrl_modifier"
EndSection'
printf "\n# Set keyboard layout #########################################################\n\n"

Datei anzeigen

@ -179,10 +179,10 @@
'Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "fr,fr,us"
Option "XkbLayout" "fr"
Option "XkbModel" "pc104"
Option "XkbVariant" "bepo_afnor,,"
Option "XkbOptions" "grp:menu_toggle,caps:ctrl_modifier"
Option "XkbVariant" "bepo_afnor"
Option "XkbOptions" "caps:ctrl_modifier"
EndSection'
#+END_SRC
So, lets set it as our keyboard configuration.