Add some css and an xsl transformation to make the admonitions look much better.
[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                                         <entry>
20                                                 Result
21                                         </entry>
22                                 </row>
23                         </thead>
24                         <tbody>
25                                 <row>
26                                         <entry>
27                                                 <mousebutton>Button1</mousebutton> click in marker, tempo, meter ruler
28                                         </entry>
29                                         <entry>
30                                                 create a new marker
31                                         </entry>
32                                 </row>
33                                 <row>
34                                         <entry>
35                                                 <mousebutton>Button1</mousebutton> drag on a marker
36                                         </entry>
37                                         <entry>
38                                                 move marker
39                                         </entry>
40                                 </row>
41                                 <row>
42                                         <entry>
43                                                 <keycombo><keycap>Ctrl</keycap><mousebutton>Button1</mousebutton></keycombo>
44                                                  drag on loop or punch mark
45                                         </entry>
46                                         <entry>
47                                                 move both ends of range at once
48                                         </entry>
49                                 </row>
50                                 <row>
51                                         <entry>
52                                                 <keycombo><keycap>Ctrl</keycap><keycap>Shift</keycap><mousebutton>Button1</mousebutton></keycombo>
53                                                  click in marker
54                                         </entry>
55                                         <entry>
56                                                 hide marker but do not remove it
57                                         </entry>
58                                 </row>
59                         </tbody>
60                 </tgroup>
61         </table>
62         <table id="tbl-punch-loop-ranges">
63                 <title>Punch/Loop Ranges</title>
64                 <tgroup cols = "2">
65                         <colspec colnum="1" colname="Mouse Action" colwidth="1"/>
66                         <colspec colnum="2" colname="Result" colwidth= "2"/>
67                         <thead>
68                                 <row>
69                                         <entry>
70                                                 Mouse Action
71                                         </entry>
72                                         <entry>
73                                                 Result
74                                         </entry>
75                                 </row>
76                         </thead>
77                         <tbody>
78                                 <row>
79                                         <entry>
80                                                 <mousebutton>Button1</mousebutton> drag
81                                         </entry>
82                                         <entry>
83                                                 define a new punch or loop range
84                                         </entry>
85                                 </row>
86                                 <row>
87                                         <entry>
88                                                 other operations as for marks and locations above
89                                         </entry>
90                                 </row>
91                         </tbody>
92                 </tgroup>
93         </table>
94 <!--
95         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
96                 href="Some_Subsection.xml" />
97         -->
98 </section>