blob: 9cfb6fb920a421f9e7e1f511c11d4cceb31f9920 (
plain)
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
|
<chapter id="mouse-commands">
<!-- **********************************************************************
mouse.docbook
++++++++++++++++++++
copyright : (C) 2000 - 2008
Rafi Yanai, Shie Erlich, Frank Schoolmeesters
& the Krusader Krew
e-mail : krusader@users.sourceforge.net
web site : http://www.krusader.org
description : a Krusader Documentation File
***************************************************************************
* Permission is granted to copy, distribute and/or modify this *
* document under the terms of the GNU Free Documentation License, *
* Version 1.1 or any later version published by the Free Software *
* Foundation; with no Invariant Sections, no Front-Cover Texts and *
* no Back-Cover Texts. A copy of the license is available on the *
* GNU site http://www.gnu.org/licenses/fdl.html or by writing to: *
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, *
* MA 02110-1301, USA. *
*********************************************************************** -->
<title>Mouse Commands</title>
<indexterm>
<primary>Commands</primary>
<secondary>Mouse</secondary>
</indexterm>
<sect1 id="mouse-usage">
<title>Mouse Usage</title>
<para>In this chapter you will be guided in using
&krusader; effectively with a mouse and to configure
mouse gestures through KHotKeys. By simply clicking the mouse
you can select different sections of &krusader;.
Another chapter describes the selection modes, and how you can
configure them:
<link linkend="konfig-selection_modes">Selection Mode</link>
</para>
</sect1>
<sect1 id="mouse_gestures">
<title>Mouse Gestures</title>
<para>We provide online a
<ulink url="http://www.krusader.org/phpBB/viewtopic.php?t=1392">
Mouse Gestures howto</ulink> that explains how to use KHotKeys
mouse gestures with &krusader;.</para>
</sect1>
</chapter>
|