瀏覽代碼

Add tip to set keyboard layout per device

DricomDragon 5 年之前
父節點
當前提交
df8e1ba1d6
共有 1 個文件被更改,包括 21 次插入0 次删除
  1. 21 0
      Guides/keyboard.md

+ 21 - 0
Guides/keyboard.md

@@ -0,0 +1,21 @@
+# Keyboard
+
+Tips to set up keyboard.
+
+## Persistent config
+
+See `Install/keyboard-custom` script.
+
+## On the fly
+
+List devices with
+
+```sh
+xinput list
+```
+
+and get id. Then set up with :
+
+```sh
+setxkbmap -device 13 -layout us
+```