diff options
author | Kenny Root <kenny@the-b.org> | 2009-08-17 06:08:15 +0000 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2009-08-17 06:08:15 +0000 |
commit | 4964305192e660147248006978a2bdbe2ed72143 (patch) | |
tree | fc3c8a41a74a3839d72b283195dcd2aed6a50c90 /assets/help/Keyboard.html | |
parent | b899cd8df91c69da5a03eff4ba90e1fa1cbe897c (diff) | |
download | connectbot-4964305192e660147248006978a2bdbe2ed72143.tar.gz connectbot-4964305192e660147248006978a2bdbe2ed72143.tar.bz2 connectbot-4964305192e660147248006978a2bdbe2ed72143.zip |
Update in-program help files
Add new virtual keyboard help topic and use that file in the wizard.
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@400 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'assets/help/Keyboard.html')
-rw-r--r-- | assets/help/Keyboard.html | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/assets/help/Keyboard.html b/assets/help/Keyboard.html deleted file mode 100644 index 94f2f67..0000000 --- a/assets/help/Keyboard.html +++ /dev/null @@ -1,39 +0,0 @@ -<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> |