merged with 1697 revision of trunk (which is post-rc1 but pre-rc2
[ardour.git] / manual / xml / mouse_operations_region_gain_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-region-gain-mode">
8   <title>Region Gain Mode</title>
9   <table id="tbl-region-gain-mode">
10     <title>Region Gain Envelope 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
20           <entry>
21             Result
22           </entry>
23         </row>
24       </thead>
25       <tbody>
26         <row>
27           <entry>
28             <mousebutton>Button1</mousebutton> click
29           </entry>
30
31           <entry>
32             add a new control point to the gain envelope
33           </entry>
34         </row>
35
36         <row>
37           <entry>
38             <mousebutton>Button1</mousebutton> drag on control point
39           </entry>
40
41           <entry>
42             move control point
43           </entry>
44         </row>
45
46         <row>
47           <entry>
48             <mousebutton>Button1</mousebutton> drag on line
49           </entry>
50
51           <entry>
52             move line segment
53           </entry>
54         </row>
55
56         <row>
57           <entry>
58             <keycombo><keycap>Ctrl</keycap><mousebutton>Button1</mousebutton></keycombo>
59             drag on control point
60           </entry>
61
62           <entry>
63             move control point+all later points
64           </entry>
65         </row>
66       </tbody>
67     </tgroup>
68   </table>
69 <!--
70         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
71                 href="Some_Subsection.xml" />
72         -->
73 </section>