Просмотр исходного кода

Add X11 config file to set compose key and dvorak

DricomDragon 5 лет назад
Родитель
Сommit
ad0f0c2301
1 измененных файлов с 7 добавлено и 0 удалено
  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