diff options
author | Kenny Root <kenny@the-b.org> | 2008-11-16 13:45:08 +0000 |
---|---|---|
committer | Kenny Root <kenny@the-b.org> | 2008-11-16 13:45:08 +0000 |
commit | 047edeadfc88bd9d7add4d6383f7cfce253a1f9a (patch) | |
tree | f12b0c15554741f5850b0173bf48a61cdad5c407 /assets/help/Hints.html | |
parent | f4e0616cd657d85e7045a78832db91405dc9a6af (diff) | |
download | connectbot-047edeadfc88bd9d7add4d6383f7cfce253a1f9a.tar.gz connectbot-047edeadfc88bd9d7add4d6383f7cfce253a1f9a.tar.bz2 connectbot-047edeadfc88bd9d7add4d6383f7cfce253a1f9a.zip |
* Add rudimentary help system.
Diffstat (limited to 'assets/help/Hints.html')
-rw-r--r-- | assets/help/Hints.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/help/Hints.html b/assets/help/Hints.html new file mode 100644 index 0000000..37583db --- /dev/null +++ b/assets/help/Hints.html @@ -0,0 +1,13 @@ +<html> +<body style="background-color: #000; color: #fff"> + +<h2>Helpful hints</h2> + +<p>When you have multiple sessions open, you can 'pan' between them by swiping your finger left-to-right or right-to-left over the screen.</p> + +<p>Long-press on your Android desktop to create direct shortcuts to frequently-used SSH hosts.</p> + +<p>Slide your finger up/down on the right-half of the terminal screen to look at the scrollback history. Slide up/down on the left-half to send the page up/down keys.</p> + +</body> +</html>
\ No newline at end of file |