summaryrefslogtreecommitdiff
path: root/help
authorzecke <zecke>2002-10-24 15:54:05 (UTC)
committer zecke <zecke>2002-10-24 15:54:05 (UTC)
commit1cc47fb5ca1516eb1c427666ca2bb650af271d0a (patch) (side-by-side diff)
tree1e746bb7d3b7c6a46400a533a22791309b027578 /help
parent60a4ce297c1c0c3f77e57df229ded6d147856995 (diff)
downloadopie-1cc47fb5ca1516eb1c427666ca2bb650af271d0a.zip
opie-1cc47fb5ca1516eb1c427666ca2bb650af271d0a.tar.gz
opie-1cc47fb5ca1516eb1c427666ca2bb650af271d0a.tar.bz2
Add a Paragraph about select to copy into gettingstarted
updatet the menubar.html
Diffstat (limited to 'help') (more/less context) (ignore whitespace changes)
-rw-r--r--help/en/html/opie-console/gettingstarted.html3
-rw-r--r--help/en/html/opie-console/menubar.html15
2 files changed, 14 insertions, 4 deletions
diff --git a/help/en/html/opie-console/gettingstarted.html b/help/en/html/opie-console/gettingstarted.html
index 2b6f2e4..64240d7 100644
--- a/help/en/html/opie-console/gettingstarted.html
+++ b/help/en/html/opie-console/gettingstarted.html
@@ -25,5 +25,8 @@ disconnect you need to click "disconnect".<br>
close the the connection and remove the widget from the main application view.<br>
<p>If an application in the terminal hangs you may choose to terminate that Connection<br>
+<p>Text which gets selected inside the Terminal Widget will be transparently copied
+to the clipboard. You do not need to add it your self via a copy button.
+
</body></html>
diff --git a/help/en/html/opie-console/menubar.html b/help/en/html/opie-console/menubar.html
index 9a5e995..4348561 100644
--- a/help/en/html/opie-console/menubar.html
+++ b/help/en/html/opie-console/menubar.html
@@ -1,11 +1,18 @@
<html><head><title>Opie Console: Menubar</title></head><body>
<h1>Opie Console: Menubar</h1>
<h2> Icons </h2>
-<b> ( <img src=new.png> ) new profile </b> - new profile dialog
+<b> ( <img src="SettingsIcon.png"> ) Settings </b> - Manage Profiles. Clicking this item will
+show the Profile Editor where you may add, remove and modify profiles which will be saved.
<br><br>
-<b> ( <img src=fullscreen.png> ) fullscreen </b> - toggle fullscreen node
+<b> ( <img src="new.png"> ) new connection </b> - This will open a Dialog where
+you can choose connection type and more.
<br><br>
-<b> ( <img src=SettingsIcon.png> ) Settings </b> - manage profile dialog
+<b> ( <img src="fullscreen.png"> ) fullscreen </b> - When clicked the currnet connection widget
+will use the full screen size. Clicking on the top left button reduces the widget to normal size.
<br><br>
-<b> ( <img src=down.png> ) Special keys </b> - open the special key line. This line holds keys that are typically not mapped on most decives ( FXX keys etc). Klick on one off them to send the key.
+<b> ( <img src="down.png"> ) Special keys </b> - Special keys will show/hide a bar with customizable keys.
+You may choose your own keys. This makes it possible to enter keys which are not available on hardware keyboards.
+<br><br>
+<b> ( <img src="paste.png"> ) Paste </b> - The paste button will 'paste' text from the clipboard to the
+current Terminal Widget.
</body></html>