author | zecke <zecke> | 2002-10-24 15:54:05 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-10-24 15:54:05 (UTC) |
commit | 1cc47fb5ca1516eb1c427666ca2bb650af271d0a (patch) (side-by-side diff) | |
tree | 1e746bb7d3b7c6a46400a533a22791309b027578 /help/en | |
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 @@ -1,29 +1,32 @@ <html><head><title>Opie Console: Getting started</title></head><body> <h1>Opie Console: Getting started</h1> <p>Opie Console is Profile orientated. A "Profile" contains the informations neccessary to connect to a remote host. For example it includes which ConnectionType, Terminal, Font, Color and more to be used.<br> To set up a connection you can either use a previous saved profile or choose to create a connection on the fly.<br> Go to "Connection" and "New Connection" for creating a connection or click the "New" Button (<img src="new.png" width="14" height="14">) or choose "New from Profile" and use a previously saved Profile.<br> <a href="profiledialog.html">How to use the ProfileDialog</a><br> <p>After you clicked OK on the Connection Dialog you will see a new tab was created. Depending of your preference either you're already connected or you need to connect.<br> <p>To connect click on the "Connection" menu and then on "connect". If you want to disconnect you need to click "disconnect".<br> <p>When you're done select "Close Window" from the "Connection" this will also 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> |