aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/assets/help/Hints.html
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-10-06 13:30:39 -0700
committerKenny Root <kenny@the-b.org>2015-10-06 13:30:39 -0700
commit1f80f1ea2797805bdecf15e2ce50823c9bc4e369 (patch)
tree21ae143edfa51e7e3663f5f93086f5a337c1c2a4 /app/src/main/assets/help/Hints.html
parent28a10c2e533942eb208d3bdf68902645cbf2e3f8 (diff)
parent531add53ae61b1ebf39a101919906f9913e5ec03 (diff)
downloadconnectbot-1f80f1ea2797805bdecf15e2ce50823c9bc4e369.tar.gz
connectbot-1f80f1ea2797805bdecf15e2ce50823c9bc4e369.tar.bz2
connectbot-1f80f1ea2797805bdecf15e2ce50823c9bc4e369.zip
Merge pull request #275 from jklein24/localhints
Get rid of the final html help view and switch it to native.
Diffstat (limited to 'app/src/main/assets/help/Hints.html')
-rw-r--r--app/src/main/assets/help/Hints.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/app/src/main/assets/help/Hints.html b/app/src/main/assets/help/Hints.html
deleted file mode 100644
index 4e07792..0000000
--- a/app/src/main/assets/help/Hints.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<html>
-<body style="background-color: #000; color: #fff">
-
-<h2><a name="Shortcuts" />Host Shortcuts</h2>
-<p>Long-press on your Android desktop to create direct shortcuts to frequently-used SSH hosts.</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