aboutsummaryrefslogtreecommitdiffstats
path: root/assets/help/Keyboard.html
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-11-16 13:45:08 +0000
committerKenny Root <kenny@the-b.org>2008-11-16 13:45:08 +0000
commit047edeadfc88bd9d7add4d6383f7cfce253a1f9a (patch)
treef12b0c15554741f5850b0173bf48a61cdad5c407 /assets/help/Keyboard.html
parentf4e0616cd657d85e7045a78832db91405dc9a6af (diff)
downloadconnectbot-047edeadfc88bd9d7add4d6383f7cfce253a1f9a.tar.gz
connectbot-047edeadfc88bd9d7add4d6383f7cfce253a1f9a.tar.bz2
connectbot-047edeadfc88bd9d7add4d6383f7cfce253a1f9a.zip
* Add rudimentary help system.
Diffstat (limited to 'assets/help/Keyboard.html')
-rw-r--r--assets/help/Keyboard.html39
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&nbsp;key</th>
+ <td>Tap up/down to change font size in console</td>
+ </tr>
+
+ <tr>
+ <th>Right&nbsp;alt</th>
+ <td>Tap for '/'</td>
+ </tr>
+
+ <tr>
+ <th>Right&nbsp;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&nbsp;key</th>
+ <td>Tap to send Ctrl+A Space (for 'screen' users)</td>
+ </tr>
+</table>
+
+</body>
+</html>