Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / mouse_wheel_actions.xml
blobc750031af6152824fa53816168a4293c86ceb349
1 <?xml version="1.0" standalone="no"?>
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
5 ]>
7 <section id="sn-mouse-wheel-actions">
8   <title>Mouse Wheel Actions</title>
9   <table id="tbl-mouse-wheel-actions">
10     <title>Mouse Wheel Actions</title>
11     <tgroup cols = "2">
12       <colspec colnum="1" colname="Mouse Action" colwidth="1"/>
13       <colspec colnum="2" colname="Result" colwidth= "2"/>
14       <thead>
15         <row>
16           <entry>
17             Mouse Action
18           </entry>
20           <entry>
21             Result
22           </entry>
23         </row>
24       </thead>
25       <tbody>
26         <row>
27           <entry>
28             Mouse Wheel
29           </entry>
31           <entry>
32             scroll editor window up/down (except in Zoom mode)
33           </entry>
34         </row>
36         <row>
37           <entry>
38             <keycombo><keycap>Alt</keycap> <mousebutton>Mouse
39             Wheel</mousebutton> </keycombo>
40           </entry>
42           <entry>
43             scroll editor window left/right
44           </entry>
45         </row>
47         <row>
48           <entry>
49             <keycombo><keycap>Ctrl</keycap> <mousebutton>Mouse
50             Wheel</mousebutton> </keycombo>
51           </entry>
53           <entry>
54             zoom in/out
55           </entry>
56         </row>
58         <row>
59           <entry>
60             <keycombo><keycap>Shift</keycap> <mousebutton>Mouse
61             Wheel</mousebutton> </keycombo>
62           </entry>
64           <entry>
65             step track height
66           </entry>
67         </row>
68       </tbody>
69     </tgroup>
70   </table>
72   <note>
73     <para>
74       The mouse wheel also moves the faders and other controls. In Zoom mode
75       the mouse wheel zooms instead of scrolling the window.
76     </para>
77   </note>
78 <!--
79         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
80                 href="Some_Subsection.xml" />
81         -->
82 </section>