Browse Source

readme: added extended controls default mappings

Fabian Peter Hammerle 7 years ago
parent
commit
6c22dd23ab
1 changed files with 11 additions and 1 deletions
  1. 11 1
      README.md

+ 11 - 1
README.md

@@ -59,7 +59,7 @@ The command line parameter `--extended-controls-toggle` may be used
 to change the toggling key:
 
 ```{sh}
-$ tooncher --extended-controls --extended-controls-toggle slash username 
+$ tooncher --extended-controls --extended-controls-toggle slash username
 ```
 
 Extended controls require the X Window System (X11).
@@ -71,3 +71,13 @@ $ tooncher toon
 $ tooncher --extended-controls ceo
 $ tooncher --cpu-limit 70 cfo
 ```
+
+## Extended Controls Default Mappings
+
+| Key | Action                          |
+| --- | ------------------------------- |
+| `   | turn Extended Controls on / off |
+| W   | walk forward                    |
+| S   | walk backward                   |
+| A   | turn left                       |
+| D   | turn right                      |