Explorar o código

Add tip to set keyboard layout per device

DricomDragon %!s(int64=5) %!d(string=hai) anos
pai
achega
df8e1ba1d6
Modificáronse 1 ficheiros con 21 adicións e 0 borrados
  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
+```