Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / mouse_operations_range_mode.xml
blob3ed66cb93dca891af9a6d7d25f0dfcc4cf147889
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-operations-range-mode">
8   <title>Range Mode</title>
9   <table id="tbl-range-mode">
10     <title>Range Operations</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             <mousebutton>Button1</mousebutton> drag outside of a range
29           </entry>
31           <entry>
32             define a range
33           </entry>
34         </row>
36         <row>
37           <entry>
38             <mousebutton>Button1</mousebutton> drag on range handles
39           </entry>
41           <entry>
42             change start/end of a range
43           </entry>
44         </row>
46         <row>
47           <entry>
48             <keycombo><keycap>Shift</keycap>
49             <mousebutton>Button1</mousebutton> </keycombo> drag
50           </entry>
52           <entry>
53             define an additional range
54           </entry>
55         </row>
57         <row>
58           <entry>
59             <mousebutton>Button2</mousebutton> click on another track
60           </entry>
62           <entry>
63             move range to another track
64           </entry>
65         </row>
67         <row>
68           <entry>
69             <keycombo><keycap>Shift</keycap><mousebutton>Button1</mousebutton></keycombo>
70             click on another track
71           </entry>
73           <entry>
74             extend range to another track
75           </entry>
76         </row>
78         <row>
79           <entry>
80             <keycombo><keycap>Ctrl</keycap><mousebutton>Button1</mousebutton></keycombo>
81             drag
82           </entry>
84           <entry>
85             move continuous part of range
86           </entry>
87         </row>
89         <row>
90           <entry>
91             <keycombo><keycap>Alt</keycap><mousebutton>Button1</mousebutton></keycombo>
92             click
93           </entry>
95           <entry>
96             seperate range into a new region
97           </entry>
98         </row>
99       </tbody>
100     </tgroup>
101   </table>
102 <!--
103         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
104                 href="Some_Subsection.xml" />
105         -->
106 </section>