Parcourir la source

Add X11 config file to set compose key and dvorak

DricomDragon il y a 5 ans
Parent
commit
ad0f0c2301
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      Install/Templates/10-keyboard.conf

+ 7 - 0
Install/Templates/10-keyboard.conf

@@ -0,0 +1,7 @@
+Section "InputClass"
+    Identifier "system-keyboard"
+    MatchIsKeyboard "on"
+    Option "XkbLayout" "us"
+    Option "XkbVariant" "dvp"
+    Option "XkbOptions" "compose:ralt"
+EndSection