diff options
author | Jeremy Klein <jlklein@google.com> | 2015-08-14 13:45:32 -0700 |
---|---|---|
committer | Jeremy Klein <jlklein@google.com> | 2015-08-14 15:39:25 -0700 |
commit | d4f24e83dc71cff66774d56dee83b737448be99a (patch) | |
tree | 78c10cf9c33a96c8329506ce9d4a1e9a5af7919f /app/src/main/assets/help/Hints.html | |
parent | 25458db409cf59fff40fd282a23ee17cdf2142b9 (diff) | |
download | connectbot-d4f24e83dc71cff66774d56dee83b737448be99a.tar.gz connectbot-d4f24e83dc71cff66774d56dee83b737448be99a.tar.bz2 connectbot-d4f24e83dc71cff66774d56dee83b737448be99a.zip |
Remove the virtual keyboard help page and combine physical keys and hints.
Diffstat (limited to 'app/src/main/assets/help/Hints.html')
-rw-r--r-- | app/src/main/assets/help/Hints.html | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/app/src/main/assets/help/Hints.html b/app/src/main/assets/help/Hints.html index 37583db..4e07792 100644 --- a/app/src/main/assets/help/Hints.html +++ b/app/src/main/assets/help/Hints.html @@ -1,13 +1,26 @@ <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> - +<h2><a name="Shortcuts" />Host Shortcuts</h2> <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> +<h2><a name="Page_Up_/_Page_Down" />Page Up / Page Down</h2> +<p>Swiping your finger up and down on the left third of the screen + will send a page up and page down key to the remote host. Many programs + map this to scrolling back into history such as irssi or tinyfugue.</p> +<p><img src="http://connectbot.googlecode.com/svn/trunk/www/gesture-pgup.png" />Page Up gesture</p> +<p><img src="http://connectbot.googlecode.com/svn/trunk/www/gesture-pgdn.png" />Page Down gesture</p> + +<h2><a name="Scroll_back_/_Scroll_forward" />Scroll back / Scroll forward</h2> +<p>Swiping your finger up on the right side of the screen allows you to scroll backward and forward + in the local terminal buffer history.</p> +<p><img src="http://connectbot.googlecode.com/svn/trunk/www/gesture-scrollback.png" />Scroll back gesture</p> +<p><img src="http://connectbot.googlecode.com/svn/trunk/www/gesture-scrollforward.png" />Scroll forward gesture</p> + +<h2><a name="Switching_hosts" />Switching hosts</h2> +<p>Swiping your finger from one side of the screen to the other will switch between currently connected hosts.</p> +<p><img src="http://connectbot.googlecode.com/svn/trunk/www/gesture-hostprev.png" />Previous host gesture</p> +<p><img src="http://connectbot.googlecode.com/svn/trunk/www/gesture-hostnext.png" />Next host gesture</p> </body> </html>
\ No newline at end of file |