瀏覽代碼

Add X11 config file to set compose key and dvorak

DricomDragon 5 年之前
父節點
當前提交
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