diff options
Diffstat (limited to 'assets/help/Keyboard.html')
-rw-r--r-- | assets/help/Keyboard.html | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/assets/help/Keyboard.html b/assets/help/Keyboard.html new file mode 100644 index 0000000..94f2f67 --- /dev/null +++ b/assets/help/Keyboard.html @@ -0,0 +1,39 @@ +<html> +<body style="background-color: #000; color: #fff"> + +<h2>Keyboard magic</h2> +<img src="i/keyboard.jpg" width="100%" /> +<table style="width: 100%"> + <tr> + <th>Volume key</th> + <td>Tap up/down to change font size in console</td> + </tr> + + <tr> + <th>Right alt</th> + <td>Tap for '/'</td> + </tr> + + <tr> + <th>Right shift</th> + <td>Tap for 'TAB' key</td> + </tr> + + <tr> + <th>Trackball</th> + <td>Tap once to toggle CTRL on, twice to send Esc</td> + </tr> + + <tr> + <th>Left shift</th> + <td>Hold left shift and tap number for F1, F2, etc</td> + </tr> + + <tr> + <th>Picture key</th> + <td>Tap to send Ctrl+A Space (for 'screen' users)</td> + </tr> +</table> + +</body> +</html> |