Parcourir la source

Add tip to set keyboard layout per device

DricomDragon il y a 5 ans
Parent
commit
df8e1ba1d6
1 fichiers modifiés avec 21 ajouts et 0 suppressions
  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
+```