aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2014-10-01 23:04:51 +0100
committerKenny Root <kenny@the-b.org>2014-10-01 12:48:19 +0100
commit49b779dcaf03e3598d2709b321e20ea029b25163 (patch)
tree05af547b1f1433d7dd6f7373d0b25a455e053a03 /assets
parentd64786d9197090c74072b648e487e3d34817bb57 (diff)
downloadconnectbot-49b779dcaf03e3598d2709b321e20ea029b25163.tar.gz
connectbot-49b779dcaf03e3598d2709b321e20ea029b25163.tar.bz2
connectbot-49b779dcaf03e3598d2709b321e20ea029b25163.zip
Convert to gradle build system
Diffstat (limited to 'assets')
-rw-r--r--assets/help/Hints.html13
-rw-r--r--assets/help/PhysicalKeyboard.html62
-rw-r--r--assets/help/ScreenGestures.html38
-rw-r--r--assets/help/VirtualKeyboard.html49
4 files changed, 0 insertions, 162 deletions
diff --git a/assets/help/Hints.html b/assets/help/Hints.html
deleted file mode 100644
index 37583db..0000000
--- a/assets/help/Hints.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<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
diff --git a/assets/help/PhysicalKeyboard.html b/assets/help/PhysicalKeyboard.html
deleted file mode 100644
index 4ff3753..0000000
--- a/assets/help/PhysicalKeyboard.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<html>
-<body style="background-color: #000; color: #fff">
-
-<p><img
- src="http://connectbot.googlecode.com/svn/trunk/www/keyboard.jpg" /></p>
-<p>Here are some keyboard shortcuts available when a <strong>hardware
-keyboard</strong> is present. If you&#x27;re using a phone where the main input
-type is a <strong>virtual keyboard</strong>, please see the VirtualKeyboard help topic.
-</p>
-<p><strong>Note:</strong> the side that <strong>shift</strong>, <strong>alt</strong>,
-<strong>slash</strong>, and <strong>tab</strong> uses can be changed in
-preferences between left, right, and disabled.</p>
-<ul>
- <li>Control key (CTRL)</li>
- <blockquote>Pressing once on the trackball will toggle on
- <strong>control</strong> for the next character typed. The cursor will
- indicate this state with a &lt; symbol. Note that pressing the
- trackball again will send an <strong>escape</strong> key.</blockquote>
-</ul>
-<ul>
- <li>Escape (ESC)</li>
- <blockquote>Pressing twice on the trackball will send <strong>escape</strong>
- key. Note that some other terminal emulators map pressing <strong>ALT-<i>key</i></strong>
- to <strong>escape + <i>key</i></strong>.</blockquote>
-</ul>
-<ul>
- <li>Shift</li>
- <blockquote>Pressing the <strong>shift</strong> (up arrow)
- key once will make the next key typed its uppercase variant according
- to the keyboard layout. This state is indicated with an outline of a
- triangle on the top of the cursor. Pressing it twice will turn on <strong>shift
- lock</strong> which is indicated by a solid triangle on the top of the cursor.</blockquote>
-</ul>
-<ul>
- <li>Alt</li>
- <blockquote>Pressing the <strong>Alt</strong> key once
- will make the next key typed its symbol as indicated on the keyboard.
- This state is indicated with the outline of a triangle on the bottom of
- the cursor. Pressing it twice will turn on <strong>alt lock</strong>
- which is indicated by a solid triangle on the bottom of the cursor.</blockquote>
-</ul>
-<ul>
- <li>Slash (opposite side Alt)</li>
- <blockquote>The opposite side <strong>alt</strong> key can
- be used as a shortcut for the forward slash / character. This aids in
- quickly typing directories on the G1.</blockquote>
-</ul>
-<ul>
- <li>Tab (opposite side Shift)</li>
- <blockquote>The opposite side <strong>shift</strong> key
- can be used as a shortcut for the <strong>tab</strong> key (CTRL-i) for
- quick completion in many shells.</blockquote>
-</ul>
-<ul>
- <li>Function keys (F1 through F10)</li>
- <blockquote>Hold down the shift key and press numbers 1
- through 10 to send F1 through F10 respectively.</blockquote>
-</ul>
-
-
-</body>
-</html>
diff --git a/assets/help/ScreenGestures.html b/assets/help/ScreenGestures.html
deleted file mode 100644
index 9332821..0000000
--- a/assets/help/ScreenGestures.html
+++ /dev/null
@@ -1,38 +0,0 @@
-<html>
-<body style="background-color: #000; color: #fff">
-
-<p>Gestures in ConnectBot allow a user to do several things for
-which there&#x27;s no keyboard equivalent. If the gestures seem
-backward, then imagine that you&#x27;re grabbing the text and moving it
-with your finger.</p>
-<h1><a name="Page_Up_/_Page_Down" />Page Up / Page Down</h1>
-<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>
-<h1><a name="Scroll_back_/_Scroll_forward" />Scroll back / Scroll
-forward</h1>
-<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>
-<h1><a name="Switching_hosts" />Switching hosts</h1>
-<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
diff --git a/assets/help/VirtualKeyboard.html b/assets/help/VirtualKeyboard.html
deleted file mode 100644
index 9788161..0000000
--- a/assets/help/VirtualKeyboard.html
+++ /dev/null
@@ -1,49 +0,0 @@
-<html>
-<body style="background-color: #000; color: #fff">
-
-<p><img src="http://connectbot.googlecode.com/svn/trunk/www/magic-cb-screen.png" width="100%" /></p>
-
-<h2>Caveats</h2>
-<p>Since ConnectBot doesn&#x27;t use any of the normal TextView
-widgets, Android&#x27;s IME structure isn&#x27;t designed to directly
-support it.</p>
-<p>The best way to use Android with a virtual keyboard is in <strong>Portrait</strong>
-mode. By default, ConnectBot is set to use <strong>Portrait</strong>
-mode when no hardware keyboard is present. To change this setting, go to
-<strong>Preferences</strong> from the <strong>Host List</strong>.</p>
-<p>In <strong>Landscape</strong> mode, the Android virtual keyboard
-(or other IMEs) will take up the entire screen. Android provides no way
-for ConnectBot to resize the terminal view in <strong>Landscape</strong>.
-However, you may use a <i>work-around</i>: <strong>Force Resize</strong>
-to fit above the virtual keyboard if desired.</p>
-<p>On devices without a hardware keyboard, you may press and hold
-the <strong>MENU</strong> button to bring up the virtual keyboard. NOTE:
-This applies to any program on the Android platform; it is not
-ConnectBot specific.</p>
-<h2>How to Enter Control, Alt, Escape, and Function Keys</h2>
-<p>You can enter any key combination with ConnectBot and the virtual
-keyboard, but you must know how keys are mapped on a normal console. For
-instance, usually combinations of ALT+letter on a PC keyboard are
-actually mapped to sending, sequentially, ESC key then the letter.</p>
-<p>Note there are also screen gestures: see the ScreenGestures help topic.</a>
-for <strong>Page Up</strong> and <strong>Page Down</strong>.</p>
-<ul>
- <li>Trackball: 1 press is <strong>CTRL</strong>, 2 presses sends <strong>ESC</strong>
- </li>
- <li><strong>Tab key</strong> = <strong>CTRL + i</strong></li>
- <li><strong>Function key</strong> = <strong>CTRL + number</strong>
- </li>
-</ul>
-<h2>Examples</h2>
-<ul>
- <li><strong>ESC</strong> = Press the trackball twice.</li>
- <li><strong>ALT + Right Arrow</strong> = Press trackball twice
- then move trackball to right.</li>
- <li><strong>CTRL + A</strong> = Press trackball once then tap the
- &quot;A&quot; key on the soft keyboard.</li>
- <li><strong>F3</strong> = Press trackball once then tap the
- &quot;3&quot; key on the soft keyboard.</li>
-</ul>
-
-</body>
-</html>