Browse Source

Add instruction to switch to dvorak in tty

DricomDragon 4 years ago
parent
commit
f177197eba
1 changed files with 8 additions and 0 deletions
  1. 8 0
      Guides/keyboard.md

+ 8 - 0
Guides/keyboard.md

@@ -19,3 +19,11 @@ and get id. Then set up with :
 ```sh
 ```sh
 setxkbmap -device 13 -layout us
 setxkbmap -device 13 -layout us
 ```
 ```
+
+## In TTY
+
+Classical dvoark
+
+```sh
+sudo loadkeys dvorak
+```