From 9e8356536eb7ae212bf5c1262ac4dda65c450565 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 11 Jul 2012 19:54:37 -0500 Subject: Help handbook updates. --- doc/userguide/getting-help.docbook | 14 +++++----- doc/userguide/index.docbook | 4 +-- doc/userguide/windows-how-to.docbook | 52 +++++++++++++++++------------------- 3 files changed, 33 insertions(+), 37 deletions(-) (limited to 'doc/userguide') diff --git a/doc/userguide/getting-help.docbook b/doc/userguide/getting-help.docbook index 08456e942..7eb5d004c 100644 --- a/doc/userguide/getting-help.docbook +++ b/doc/userguide/getting-help.docbook @@ -16,10 +16,10 @@ From the menu bar: HelpApplication name - +. -By browsing in &khelpcenter;&khelpcenter; +By browsing in &khelpcenter;&khelpcenter;. By using the help KIOslave in &konqueror;. For example, in the Location bar, type help:/Application name, where Application name is the name of the application. @@ -40,17 +40,17 @@ Tooltips and What's This help. Tooltips Tooltips are small informational windows or balloons that appear when -hovering the mouse over an item. +hovering the mouse pointer over an item. &tde; uses tooltips in many places to provide brief help or -information about an item on the screen. For instance, most toolbar buttons +information on the screen about an item. For instance, most toolbar buttons inside applications will display their name in a tooltip when resting or hovering the mouse pointer over them. Tooltips have another function, which is not specifically tied to help. In the &konqueror; file manager and on the Desktop, tooltips can provide information about files. This information is commonly referred to as -meta information. +meta information. Learn more about meta-information tooltips in the section about the &konqueror; file manager. @@ -72,7 +72,7 @@ window. By pressing the key combination -&Shift;F1 +&Shift;F1. @@ -104,7 +104,7 @@ the question How do I change the margin size for KWord documents is appropriate for this list. Subscribe to this list at http://www.trinitydesktop.org/mailinglist.php. -Find archives at Find list archives at http://trinity-users.pearsoncomputing.net/. diff --git a/doc/userguide/index.docbook b/doc/userguide/index.docbook index 05c48e363..a815735d5 100644 --- a/doc/userguide/index.docbook +++ b/doc/userguide/index.docbook @@ -377,7 +377,7 @@ the computer is ready for logging in graphically. Enter a username in the Username text box and password in the Password text box. The password will not be shown -while typing; instead displaying as asterisks or dots. When finished, +while typing, instead displaying as asterisks or dots. When finished, select the Login button, or press the Enter key, and &tde; will start. A &tde; splash image will appear, and provide &tde; startup information. When done @@ -415,7 +415,7 @@ select the Log Out... item. Related Information -The &tdm; Handbook has information about using and configuring +The &tdm; Handbook has information about using and configuring the &tde; graphical login manager. Read more in &khelpcenter; or by entering help:/tdm in &konqueror;'s Location bar. diff --git a/doc/userguide/windows-how-to.docbook b/doc/userguide/windows-how-to.docbook index 1652f9a58..c6d1020d9 100644 --- a/doc/userguide/windows-how-to.docbook +++ b/doc/userguide/windows-how-to.docbook @@ -271,7 +271,7 @@ vertical/horizontal maximization. Or is this advanced? --> The simplest way to access the advanced window management facilities in &tde; is to use a little known -utility called &kstart;, which is included in &tde; since version 2.1 &kstart; lets you control the way an application interacts with +utility called &kstart;. &kstart; lets you control the way an application interacts with the window manager. The command is usually used to define special behavior for commonly-used applications, but it can also be useful for integrating non-&tde; applications into your @@ -286,8 +286,8 @@ before a command. To begin, let's look at how we might use % kstart -With luck, the effect this command has -should be fairly obvious - the kcalc window will stay on top of all +Hopefully the effect this command is +obvious - the kcalc window will stay on top of all the others and be visible on every virtual desktop. A feature that is less obvious is that this command will work with any NET compliant environment, not just &tde;. @@ -295,9 +295,7 @@ environment, not just &tde;. We can pass arguments to programs we invoke with &kstart; as normal, for example: -% kstart - -1 xmessage'Hello World' +% kstart 1 xmessage 'Hello World' @@ -307,14 +305,14 @@ ensures that the window will be shown on the first virtual desktop and will be omitted from the taskbar. The fact that this program is written using the Xt toolkit rather than being a native &tde; application does not cause any problem for -&kstart;, hopefully this illustrates how +&kstart;. Hopefully this illustrates how &kstart; can be used to integrate foreign applications into your &tde; desktop. Other Special Window Settings -While you can use &kstart; to assign particular window settings, &tde; also allows you to alter these -- mdash; as well as other similar settings -- mdash; from the program window itself. Simply select the left-most button in the window titlebar (or just hit &Alt;F3 once the window is focued), and then go to AdvancedSpecial Window Settings.... As you can see, from here you change various things from its geometry upon startup, to whether it should have a border or not. +While you can use &kstart; to assign particular window settings, &tde; also allows you to alter these — as well as other similar settings — from the program window itself. Simply select the left-most button in the window titlebar (or press &Alt;F3 after the window is focused), and then go to AdvancedSpecial Window Settings.... As you can see, from here you change various things from its geometry upon startup, to whether it should have a border or not. @@ -341,7 +339,7 @@ command: The icon shown in the tray is the one specified in the window hints and will be updated if the icon changes. The window title is -shown as a tooltip if you hold the mouse over the icon. +shown as a tooltip if you hold the mouse pointer over the icon. ksystraycmd follows standard &tde; behaviour so the target window can be shown and hidden by clicking the tray icon, and a standard context menu is available. @@ -361,10 +359,8 @@ fileref="kcalc-systray.png"> .xsession-errors file (this is the log file that records what's happening on your desktop). To begin with, we'll simply look at how we can view this: -% konsole -log 'X Log' \ - - \ +% konsole log 'X Log' \ + \ tail -f ~/.xsession-errors @@ -379,8 +375,7 @@ the tray icon. The argument is specific to &konsole; and tel to run the less command. Despite its complexity, we can easily move this window into the tray with ksystraycmd: -% ksystraycmd - 'X Log' \ +% ksystraycmd 'X Log' \ konsole --icon log --caption 'XLog' \ --nomenubar --notabbar --noframe \ -e tail -f .xsession-errors @@ -430,9 +425,7 @@ make our commands more robust we can use the of the target window. The following example uses the parameter to ensure that a particular konsole window is affected: -% kstart 'kstart_me' konsole ---caption 'kstart_me' -e tail -f -~/.xsession-errors +% kstart 'kstart_me' konsole --caption 'kstart_me' -e tail -f ~/.xsession-errors @@ -456,7 +449,7 @@ throughout &tde;.) Sometimes, one screen's worth is just not enough space. If you use many applications at the same time, and find yourself drowning in -different windows, virtual desktops offer the solution. By default, +different windows, virtual desktops offer a solution. By default, &tde; has four virtual desktops, each one of which is like a separate screen: you can open windows, move windows around, and set backgrounds and icons on each of the desktops. If you are familiar with the concept of @@ -465,13 +458,16 @@ desktops. Switching Virtual Desktops -To move to a different virtual desktop, you can use &Ctrl; +One way to move to a different desktop is to use the desktop pager in the panel. +Use the mouse pointer and &LMB; to select the desired desktop. +Another way to move to a different virtual desktop, is using &Ctrl; in the same way as you would use &Alt; - to switch between windows (see ): Hold down &Ctrl; and then press + to switch between windows (refer to the ): +Hold down &Ctrl; and then press . A small popup window appears, showing the virtual desktops, -with one highlighted. If you release &Ctrl;, &tde; will switch to the -highlighted virtual desktop. To select a different desktop, press - repeatedly, while holding down &Ctrl;. The selection moves +with one highlighted. When you release &Ctrl;, &tde; will switch to the +highlighted virtual desktop. To select a different desktop, hold down &Ctrl; +whle pressing repeatedly. The selection moves through the available desktops. When the desktop you want to switch to is highlighted, release &Ctrl;. @@ -481,10 +477,10 @@ is highlighted, release &Ctrl;. Windows and Virtual Desktops -You can move windows around your virtual desktops with the -To Desktop item in the window menu: just -select the desktop to which you want to move the window. You can make the -window appear on all desktops with the All +You can move windows to different virtual desktops with the +To Desktop item in the window menu button. Use the &LMB; +to select the window menu button and select the desktop to which you want to move +the window. You can make the window appear on all desktops with the All DesktopsSticky Windows item. -- cgit v1.2.1