Переглянути джерело

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
+```