-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 | |||
@@ -4,26 +4,29 @@ | |||
4 | <p>Opie Console is Profile orientated. A "Profile" contains the | 4 | <p>Opie Console is Profile orientated. A "Profile" contains the |
5 | informations neccessary to connect to a remote host. For example | 5 | informations neccessary to connect to a remote host. For example |
6 | it includes which ConnectionType, Terminal, Font, Color and more | 6 | it includes which ConnectionType, Terminal, Font, Color and more |
7 | to be used.<br> | 7 | to be used.<br> |
8 | 8 | ||
9 | To set up a connection you can either use a previous saved profile | 9 | To set up a connection you can either use a previous saved profile |
10 | or choose to create a connection on the fly.<br> | 10 | or choose to create a connection on the fly.<br> |
11 | 11 | ||
12 | Go to "Connection" and "New Connection" for creating a connection or click | 12 | Go to "Connection" and "New Connection" for creating a connection or click |
13 | the "New" Button (<img src="new.png" width="14" height="14">) or | 13 | the "New" Button (<img src="new.png" width="14" height="14">) or |
14 | choose "New from Profile" and use a previously saved Profile.<br> | 14 | choose "New from Profile" and use a previously saved Profile.<br> |
15 | 15 | ||
16 | <a href="profiledialog.html">How to use the ProfileDialog</a><br> | 16 | <a href="profiledialog.html">How to use the ProfileDialog</a><br> |
17 | 17 | ||
18 | <p>After you clicked OK on the Connection Dialog you will see a new tab | 18 | <p>After you clicked OK on the Connection Dialog you will see a new tab |
19 | was created. Depending of your preference either you're already connected | 19 | was created. Depending of your preference either you're already connected |
20 | or you need to connect.<br> | 20 | or you need to connect.<br> |
21 | <p>To connect click on the "Connection" menu and then on "connect". If you want to | 21 | <p>To connect click on the "Connection" menu and then on "connect". If you want to |
22 | disconnect you need to click "disconnect".<br> | 22 | disconnect you need to click "disconnect".<br> |
23 | 23 | ||
24 | <p>When you're done select "Close Window" from the "Connection" this will also | 24 | <p>When you're done select "Close Window" from the "Connection" this will also |
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> |