Add the ardour manual converted to docbook format with only a few minor
[ardour.git] / manual / xml / mouse_operations_range_mode.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-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>
19                                         <entry>
20                                                 Result
21                                         </entry>
22                                 </row>
23                         </thead>
24                         <tbody>
25                                 <row>
26                                         <entry>
27                                                 <mousebutton>Button1</mousebutton>
28                                                 drag outside of a range
29                                         </entry>
30                                         <entry>
31                                                 define a range
32                                         </entry>
33                                 </row>
34                                 <row>
35                                         <entry>
36                                                 <mousebutton>Button1</mousebutton>
37                                                 drag on range handles
38                                         </entry>
39                                         <entry>
40                                                 change start/end of a range
41                                         </entry>
42                                 </row>
43                                 <row>
44                                         <entry>
45                                                 <keycombo><keycap>Shift</keycap>
46                                                         <mousebutton>Button1</mousebutton>
47                                                 </keycombo>
48                                                 drag
49                                         </entry>
50                                         <entry>
51                                                 define an additional range
52                                         </entry>
53                                 </row>
54                                 <row>
55                                         <entry>
56                                                 <mousebutton>Button2</mousebutton>
57                                                  click on another track
58                                         </entry>
59                                         <entry>
60                                                 move range to another track
61                                         </entry>
62                                 </row>
63                                 <row>
64                                         <entry>
65                                                 <keycombo><keycap>Shift</keycap><mousebutton>Button1</mousebutton></keycombo>
66                                                  click on another track
67                                         </entry>
68                                         <entry>
69                                                 extend range to another track
70                                         </entry>
71                                 </row>
72                                 <row>
73                                         <entry>
74                                                 <keycombo><keycap>Ctrl</keycap><mousebutton>Button1</mousebutton></keycombo>
75                                                  drag
76                                         </entry>
77                                         <entry>
78                                                 move continuous part of range
79                                         </entry>
80                                 </row>
81                                 <row>
82                                         <entry>
83                                                 <keycombo><keycap>Alt</keycap><mousebutton>Button1</mousebutton></keycombo>
84                                                  click
85                                         </entry>
86                                         <entry>
87                                                 seperate range into a new region
88                                         </entry>
89                                 </row>
90                         </tbody>
91                 </tgroup>
92         </table>
93 <!--
94         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
95                 href="Some_Subsection.xml" />
96         -->
97 </section>