1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Ralf Hoffmann">
<title>Usage</title>
<link rel="contents" href="sidemap.html" title="Content">
<link rel="start" href="index.html" title="Index">
<link rel="index" href="index.html" title="Index">
<link rel="prev" href="config8.html" title="">
<link rel="next" href="usage1.html" title="">
<link rel="chapter" href="introduction.html" title="Introduction">
<link rel="chapter" href="installation.html" title="Installation">
<link rel="chapter" href="config.html" title="Configuration">
<link rel="chapter" href="usage.html" title="Usage">
<link rel="chapter" href="function.html" title="Function overview">
<link rel="chapter" href="todo.html" title="TODO">
<link rel="chapter" href="changelog.html" title="ChangeLog">
<link rel=stylesheet type="text/css" href="style.css">
</head>
<BODY ALINK="darkblue" BACKGROUND="../pics/winback.png" BGCOLOR="#8E8E8E" LINK="darkblue" TEXT="#000000" VLINK="darkblue">
<center>
<h1>
<b>
<i>Usage</i>
</b>
</h1><br><br>
<IMG SRC="../pics/b1.png" ALT="Usage" WIDTH="611" HEIGHT="519"></center>
<P>
<b><u>Basics:</u></b>
<ul>
<li>
Every lister is scrollable with the right mousebutton.
The scroll-direction depends on the position of the cursor. The scroll-speed depends on the gap between the cursor and the edge of the lister.
</li>
<li>
Many buttons have more than one function. Every button with two functions has a donkeyear at the right upper edge. To execute the second function perform a right click at the button.
</li>
<li>
You can use the RETURN and the ESC key within every requester. If there are more than 2 buttons, RETURN represents the most left one and the ESC the most right one.<br>Furthermore you can select the buttons by pressing one of the F-keys. The left button can be selected by using F1, the second with F2 and so on.
</li>
</ul>
<HR>
<h2>
<b>
<i>Mainwindow</i>
</b>
</h2>
The biggest part of the window is reserved for the listers and the button-bank. The two listers can display two different directories and <A HREF="usage1.html">select files</A>.<BR><BR>You can use the buttons by clicking with the left button
or, if there is a second function defined, with the right button on it.
<ol>
<li><u>Programinformation</u><br>
Displays e.g. the version and the address of the homepage.</li>
<li><u>Configuration</u><br>
This opens the <A HREF="config.html">Configurationwindow</A>.</li>
</ol>
You find the status-display next to it. Normally this shows the number of files and dirs, how many items are selected, size,...<br>
Depending on the function you execute, it can display other information too.
<BR><BR>
<ol start=3>
<li>Beneath it you see the <u>ListView-Bars</u>. By using the right-mouse-button on them you can <A HREF="usage2.html">configure</A> the respective lister.</li>
</ol>
Only one lister can be the current one. You can control the current lister with the keyboard and the bar will be marked with a different color. It also shows 2 additional informations.
<ol start=4>
<li>'H' means - if visible - that hidden files are not displayed.<br>'*' means that display-filters are in use.
</li>
</ol>
In the lower part you see the buttonrow.
<ol start=5>
<li>The first column contains paths only. By using the right-mouse-button on this bar you can switch to the next bar with additonal paths.
</li>
<li>The last line displays the time. If you are running Worker under Linux it also displays the remaining memory. To switch the button bar just perform a right-click on this line.
</li>
</ol>
<br>
Beneath the listers you see two text-input-fields. It contains the path of the current dir. By clicking into one of them you can change the path manually.
<ol start=7>
<li></li>
<li>These two buttons let you switch between the buffered directories. For further information about the directory-buffer read <A HREF="buffer.html">this page</A>.</li>
</ol>
<center><HR>
<a href="index.html"><b>Home</b></a></center>
</body>
</html>
|