]> Shamusworld >> Repos - ardour-manual/blob - _manual/04_ardours-interface/02_basic-gui-operations/06_using-the-mouse.html
4deec01875c694635e7d476c761ab93611923282
[ardour-manual] / _manual / 04_ardours-interface / 02_basic-gui-operations / 06_using-the-mouse.html
1 ---
2 layout: default
3 title: Using the Mouse
4 ---                        
5
6
7   
8   <h2>Clicking</h2>
9 <p>Throughout this manual, the term "click" refers to the act of pressing and releasing the leftmost mouse button (technically the button that is identified as button number 1 - your operating system may allow this be reassigned). This action is used to select objects, activate buttons, turn on/off choices, popup menus and so forth.</p>
10 <p>On touch surfaces, it also corresponds to a regular, single-finger tap on the GUI.</p>
11 <h2>Right Clicking</h2>
12 <p>Throughout this manual, the term "right-click" refers to the act of pressing and releasing the rightmost mouse button (technically the button that is identified as button number 3 - your operating system may allow this be reassigned). This action is used to pop up "context menus" (hence the term "context click", which you will also see). It is also used by default in combination with the shift key for deleting objects within the editor window.</p>
13 <h2>Double Clicking</h2>
14 <p>A "double click" refers to two rapid press/release actions on the leftmost mouse button. The time interval between the two press/release actions that determines whether this is seen as two clicks or one double click is controlled by your system preferences, not by Ardour.</p>
15 <h2>Drags</h2>
16 <p>Throughut this manual, the term "drag" primarily refers to the act of pressing the leftmost mouse button, then moving the mouse with the button held down, and then releasing the button. On touch surfaces, this term also corresponds to a normal single finger touch-motion-release action.</p>
17 <p>Ardour also uses the middle mouse button for certain kinds of drags, which will be referred to as "middle-drag" - these are identical to a normal drag except that they involve using the middle button rather than the left button.</p>
18 <h2>Modifiers</h2>
19 <p>There are many actions in Ardour that can be carried out using a mouse button in combination with a "modifier key". When the manual refers to Ctrl-click, it means that you should first press the Control key, then carry out a normal click while the Control key is held down, and then finally release the Control key. Available modifiers depend on the platform you are using Ardour on:</p>
20 <h3>Linux Modifiers</h3>
21 <ul>
22 <li>Control (Ctrl)
23 </li>
24 <li>Shift</li>
25 <li>Alt</li>
26 <li>Mod2</li>
27 <li>Mod3</li>
28 <li>Mod4</li>
29 <li>Mod5</li>
30 </ul>
31 <p>Mod2 typically correspond to the NumLock key on many systems. On most Linux systems, there are no keys that will function as modifiers Mod3, Mod4 or Mod5 by default, but they can be setup using xmodmap(1). This can be rather useful.</p>
32 <h3>OS X Modifiers</h3>
33 <ul>
34 <li>Command (Cmd)
35 </li>
36 <li>Control (Ctrl)
37 </li>
38 <li>Option (Alt)
39 </li>
40 <li>Shift
41 </li>
42 </ul>
43 <h2>Mouse Wheel/Scroll</h2>
44 <p>Ardour can make good use of a scroll wheel on your mouse, which can be utilized for a variety of purposes. Scroll wheels can generate both vertical scroll events (ScrollUp and ScrollDown) and/or horizontal events (ScrollLeft and ScrollRight). When appropriate, Ardour will differentiate between these two different scroll axes. Otherwise it will interpret ScrollDown and ScrollLeft as equivalent and similarly interpret ScrollUp and ScrollRight as equivalent. </p>
45 <p>Typically, scrolling is used to adjust continuous controls (e.g. faders/knobs), or to scroll vertically or horizontally.</p>
46