소스 검색

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