author | zecke <zecke> | 2002-10-24 15:54:05 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-10-24 15:54:05 (UTC) |
commit | 1cc47fb5ca1516eb1c427666ca2bb650af271d0a (patch) (unidiff) | |
tree | 1e746bb7d3b7c6a46400a533a22791309b027578 /help | |
parent | 60a4ce297c1c0c3f77e57df229ded6d147856995 (diff) | |
download | opie-1cc47fb5ca1516eb1c427666ca2bb650af271d0a.zip opie-1cc47fb5ca1516eb1c427666ca2bb650af271d0a.tar.gz opie-1cc47fb5ca1516eb1c427666ca2bb650af271d0a.tar.bz2 |
Add a Paragraph about select to copy into gettingstarted
updatet the menubar.html
-rw-r--r-- | help/en/html/opie-console/gettingstarted.html | 3 | ||||
-rw-r--r-- | help/en/html/opie-console/menubar.html | 15 |
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> | |||
25 | close the the connection and remove the widget from the main application view.<br> | 25 | close the the connection and remove the widget from the main application view.<br> |
26 | <p>If an application in the terminal hangs you may choose to terminate that Connection<br> | 26 | <p>If an application in the terminal hangs you may choose to terminate that Connection<br> |
27 | 27 | ||
28 | <p>Text which gets selected inside the Terminal Widget will be transparently copied | ||
29 | to the clipboard. You do not need to add it your self via a copy button. | ||
30 | |||
28 | 31 | ||
29 | </body></html> | 32 | </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 @@ | |||
1 | <html><head><title>Opie Console: Menubar</title></head><body> | 1 | <html><head><title>Opie Console: Menubar</title></head><body> |
2 | <h1>Opie Console: Menubar</h1> | 2 | <h1>Opie Console: Menubar</h1> |
3 | <h2> Icons </h2> | 3 | <h2> Icons </h2> |
4 | <b> ( <img src=new.png> ) new profile </b> - new profile dialog | 4 | <b> ( <img src="SettingsIcon.png"> ) Settings </b> - Manage Profiles. Clicking this item will |
5 | show the Profile Editor where you may add, remove and modify profiles which will be saved. | ||
5 | <br><br> | 6 | <br><br> |
6 | <b> ( <img src=fullscreen.png> ) fullscreen </b> - toggle fullscreen node | 7 | <b> ( <img src="new.png"> ) new connection </b> - This will open a Dialog where |
8 | you can choose connection type and more. | ||
7 | <br><br> | 9 | <br><br> |
8 | <b> ( <img src=SettingsIcon.png> ) Settings </b> - manage profile dialog | 10 | <b> ( <img src="fullscreen.png"> ) fullscreen </b> - When clicked the currnet connection widget |
11 | will use the full screen size. Clicking on the top left button reduces the widget to normal size. | ||
9 | <br><br> | 12 | <br><br> |
10 | <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. | 13 | <b> ( <img src="down.png"> ) Special keys </b> - Special keys will show/hide a bar with customizable keys. |
14 | You may choose your own keys. This makes it possible to enter keys which are not available on hardware keyboards. | ||
15 | <br><br> | ||
16 | <b> ( <img src="paste.png"> ) Paste </b> - The paste button will 'paste' text from the clipboard to the | ||
17 | current Terminal Widget. | ||
11 | </body></html> | 18 | </body></html> |