Merged with trunk R1612.
[ardour.git] / manual / xml / mouse_operations_ruler.xml
1 <?xml version="1.0" standalone="no"?>
2
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4
5 ]>
6
7 <section id="sn-mouse-operations-ruler">
8   <title>Ruler Operations</title>
9   <table id="tbl-marks-locations">
10     <title>Marks, Locations</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>
19
20           <entry>
21             Result
22           </entry>
23         </row>
24       </thead>
25       <tbody>
26         <row>
27           <entry>
28             <mousebutton>Button1</mousebutton> click in marker, tempo, meter
29             ruler
30           </entry>
31
32           <entry>
33             create a new marker
34           </entry>
35         </row>
36
37         <row>
38           <entry>
39             <mousebutton>Button1</mousebutton> drag on a marker
40           </entry>
41
42           <entry>
43             move marker
44           </entry>
45         </row>
46
47         <row>
48           <entry>
49             <keycombo><keycap>Ctrl</keycap><mousebutton>Button1</mousebutton></keycombo>
50             drag on loop or punch mark
51           </entry>
52
53           <entry>
54             move both ends of range at once
55           </entry>
56         </row>
57
58         <row>
59           <entry>
60             <keycombo><keycap>Ctrl</keycap><keycap>Shift</keycap><mousebutton>Button1</mousebutton></keycombo>
61             click in marker
62           </entry>
63
64           <entry>
65             hide marker but do not remove it
66           </entry>
67         </row>
68       </tbody>
69     </tgroup>
70   </table>
71
72   <table id="tbl-punch-loop-ranges">
73     <title>Punch/Loop Ranges</title>
74     <tgroup cols = "2">
75       <colspec colnum="1" colname="Mouse Action" colwidth="1"/>
76       <colspec colnum="2" colname="Result" colwidth= "2"/>
77       <thead>
78         <row>
79           <entry>
80             Mouse Action
81           </entry>
82
83           <entry>
84             Result
85           </entry>
86         </row>
87       </thead>
88       <tbody>
89         <row>
90           <entry>
91             <mousebutton>Button1</mousebutton> drag
92           </entry>
93
94           <entry>
95             define a new punch or loop range
96           </entry>
97         </row>
98
99         <row>
100           <entry>
101             other operations as for marks and locations above
102           </entry>
103         </row>
104       </tbody>
105     </tgroup>
106   </table>
107 <!--
108         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
109                 href="Some_Subsection.xml" />
110         -->
111 </section>