merged with 1697 revision of trunk (which is post-rc1 but pre-rc2
[ardour.git] / manual / xml / generic_mouse_actions.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="generic-mouse-actions">
8   <title>Generic Mouse Actions</title>
9   <table id="tbl-generic-mouse-actions">
10     <title>Range Operations Key Bindings</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>Button3</mousebutton> click
29           </entry>
30
31           <entry>
32             Show context menu for clicked-upon item
33           </entry>
34         </row>
35
36         <row>
37           <entry>
38             "Delete" click ( <keycombo><keycap>Shift</keycap>
39             <mousebutton>Button3</mousebutton> </keycombo> )
40           </entry>
41
42           <entry>
43             Remove clicked upon item
44           </entry>
45         </row>
46
47         <row>
48           <entry>
49             "Edit" click
50             (<keycombo><keycap>Ctrl</keycap><mousebutton>Button3</mousebutton></keycombo>)
51           </entry>
52
53           <entry>
54             Edit clicked upon item (if possible)
55           </entry>
56         </row>
57
58         <row>
59           <entry>
60             "snap modifier" (<keycap>Mod3</keycap>)
61           </entry>
62
63           <entry>
64             allow continuous dragging when snap-to is selected
65           </entry>
66         </row>
67       </tbody>
68     </tgroup>
69   </table>
70
71   <para>
72     These generic mouse actions can be changed from the options window
73   </para>
74 </section>