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
This commit is contained in:
parent
0678d9fd43
commit
540b47dc3c
@ -7,10 +7,10 @@ set keyboardconf \
|
|||||||
'Section "InputClass"
|
'Section "InputClass"
|
||||||
Identifier "system-keyboard"
|
Identifier "system-keyboard"
|
||||||
MatchIsKeyboard "on"
|
MatchIsKeyboard "on"
|
||||||
Option "XkbLayout" "fr,fr,us"
|
Option "XkbLayout" "fr"
|
||||||
Option "XkbModel" "pc104"
|
Option "XkbModel" "pc104"
|
||||||
Option "XkbVariant" "bepo_afnor,,"
|
Option "XkbVariant" "bepo_afnor"
|
||||||
Option "XkbOptions" "grp:menu_toggle,caps:ctrl_modifier"
|
Option "XkbOptions" "caps:ctrl_modifier"
|
||||||
EndSection'
|
EndSection'
|
||||||
|
|
||||||
printf "\n# Set keyboard layout #########################################################\n\n"
|
printf "\n# Set keyboard layout #########################################################\n\n"
|
||||||
|
@ -179,10 +179,10 @@
|
|||||||
'Section "InputClass"
|
'Section "InputClass"
|
||||||
Identifier "system-keyboard"
|
Identifier "system-keyboard"
|
||||||
MatchIsKeyboard "on"
|
MatchIsKeyboard "on"
|
||||||
Option "XkbLayout" "fr,fr,us"
|
Option "XkbLayout" "fr"
|
||||||
Option "XkbModel" "pc104"
|
Option "XkbModel" "pc104"
|
||||||
Option "XkbVariant" "bepo_afnor,,"
|
Option "XkbVariant" "bepo_afnor"
|
||||||
Option "XkbOptions" "grp:menu_toggle,caps:ctrl_modifier"
|
Option "XkbOptions" "caps:ctrl_modifier"
|
||||||
EndSection'
|
EndSection'
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
So, let’s set it as our keyboard configuration.
|
So, let’s set it as our keyboard configuration.
|
||||||
|
Loading…
Reference in New Issue
Block a user