]> Shamusworld >> Repos - ardour-manual-diverged/blob - _manual/02_introducing-ardour/03_basic-gui-operations/06_using-the-mouse.html
Total rework of the *Ardour's Interface* part
[ardour-manual-diverged] / _manual / 02_introducing-ardour / 03_basic-gui-operations / 06_using-the-mouse.html
1 ---
2 layout: default
3 title: Using the Mouse
4 ---                        
5
6 <h2>Clicking</h2>
7 <p>
8   Throughout this manual, the term <dfn>click</dfn> refers to the act of pressing
9   and releasing the <kbd class="mouse">Left</kbd> mouse button. This action is used to select objects, activate
10   buttons, turn choices on and off, pop up menus and so forth.<br />
11   On touch surfaces, it also corresponds to a single, one-finger tap on 
12   the GUI.
13 </p>
14
15 <h2>Right Clicking</h2>
16 <p>
17   The term <dfn>right-click</dfn> refers to the act of pressing and releasing 
18   the <kbd class="mouse">Right</kbd> mouse button. 
19   This action is used to pop up <dfn>context menus</dfn> (hence the term 
20   "context click", which you will also see). It is also used by default in
21   combination with the shift key to delete objects within the editor
22   window.
23 </p>
24 <p class="note mac"> 
25   Some mice designed for use with Mac OS X may have only one button. By
26   convention, pressing and holding the Control key while clicking is
27   interpreted as a right-click by many application..
28 </p>
29
30 <h2>Middle Clicking</h2>
31 <p>
32   A <dfn>middle-click</dfn> refers to the act of pressing and releasing the
33   <kbd class="mouse">Middle</kbd> mouse button. Not all all mice have a middle click button 
34   (see the <a href="/setting-up-your-system/mouse/">Mouse</a> chapter for
35   details). Sometimes the scroll wheel acts as a clickable middle button. 
36   This action is used for time-constrained region copying and mapping MIDI
37   bindings.
38 </p>
39 <p class="note">
40   Internally, your operating system may identify the mouse buttons as 
41   <kbd class="mouse">Button1</kbd>, <kbd class="mouse">Button2</kbd>, and
42   <kbd class="mouse">Button3</kbd>, respectively. It may be possible to 
43   invert the order of buttons to accommodate left-handed users, or to re-assign
44   them arbitrarily. This manual assumes the canonical order.
45 </p>
46
47 <h2>Double Clicking</h2>
48 <p>
49   A <dfn>double click</dfn> refers to two rapid press/release cycles on the
50   leftmost mouse button. The time interval between the two actions that
51   determines whether this is seen as two clicks or one double click is
52   controlled by your system preferences, not by Ardour.
53 </p>
54
55 <h2>Dragging</h2>
56 <p>
57   A <dfn>drag</dfn> primarily refers to the act of pressing the leftmost
58   mouse button, moving the mouse with the button held down, and then 
59   releasing the button. On touch surfaces, this term also corresponds to 
60   a single one-finger touch-move-release action.
61 </p>
62 <p>
63   Ardour also uses the middle mouse button for certain kinds of drags,
64   which will be referred to as <dfn>middle-drag</dfn>.
65 </p>
66
67 <h2>Modifiers</h2>
68 <p>
69   There are many actions in Ardour that can be carried out using a mouse
70   button in combination with a <dfn>modifier key</dfn>. When the manual 
71   refers to <kbd class="mod1 mouse">Left</kbd>, it means that you should first 
72   press the <kbd class="mod1"></kbd> key, carry out a left click
73   while <kbd class="mod1"></kbd> is held down, and then finally release the key.
74 </p>
75 <p>
76   Available modifiers depend on your platform:
77 </p>
78 <h3>Linux Modifiers</h3>
79 <ul>
80   <li><kbd>Ctrl</kbd> (Control)</li>
81   <li><kbd>Shift</kbd></li>
82   <li><kbd>Alt</kbd></li>
83   <li><kbd>Mod2</kbd></li>
84   <li><kbd>Mod3</kbd></li>
85   <li><kbd>Mod4</kbd></li>
86   <li><kbd>Mod5</kbd></li>
87 </ul>
88 <p class="warning">
89   The following section is almost certainly wrong. Will need to be checked
90   and rewritten asap.
91 </p>
92 <p>
93   Mod2 typically corresponds to the <kbd>NumLock</kbd> key on many systems.
94   On most Linux systems, there are no keys that will function as modifiers
95   Mod3, Mod4 or Mod5 by default, but they can be setup using
96   <dfn>xmodmap(1)</dfn>. This can be rather useful.
97 </p>
98
99 <h3>OS X Modifiers</h3>
100 <ul>
101   <li><kbd>Cmd</kbd> (Command, "windmill")</li>
102   <li><kbd>Ctrl</kbd> (Control)</li>
103   <li><kbd>Alt</kbd>  (Option)</li>
104   <li><kbd>Shift</kbd></li>
105 </ul>
106
107 <h2>Scroll Wheel</h2>
108 <p>
109   Ardour can make good use of a <dfn>scroll wheel</dfn> on your mouse, which can be
110   utilized for a variety of purposes. Scroll wheels generate vertical 
111   scroll events, <kbd class="mouse">&uArr;</kbd> (ScrollUp) and 
112   <kbd class="mouse">&dArr;</kbd> (ScrollDown). Some also emit horizontal 
113   events, <kbd class="mouse">&lArr;</kbd> (ScrollLeft) and 
114   <kbd class="mouse">&rArr;</kbd> (ScrollRight).
115 </p>
116 <p>
117   When appropriate, Ardour will differentiate between these two different
118   scroll axes. Otherwise it will interpret ScrollDown and ScrollLeft as
119   equivalent and similarly interpret ScrollUp and ScrollRight as equivalent.
120 </p>
121 <p>
122   Typically, scroll wheel input is used to adjust
123   <dfn>continuous controls</dfn> such as faders and knobs, or to scroll
124   vertically or horizontally inside a window.
125 </p>
126