Add the ardour manual converted to docbook format with only a few minor
[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                                         <entry>
20                                                 Result
21                                         </entry>
22                                 </row>
23                         </thead>
24                         <tbody>
25                                 <row>
26                                         <entry>
27                                                 <mousebutton>Button3</mousebutton>
28                                                 click
29                                         </entry>
30                                         <entry>
31                                                 Show context menu for clicked-upon item
32                                         </entry>
33                                 </row>
34                                 <row>
35                                         <entry>
36                                                 "Delete" click (
37                                                 <keycombo><keycap>Shift</keycap>
38                                                         <mousebutton>Button3</mousebutton>
39                                                 </keycombo>
40                                                 )
41                                         </entry>
42                                         <entry>
43                                                 Remove clicked upon item
44                                         </entry>
45                                 </row>
46                                 <row>
47                                         <entry>
48                                                 "Edit" click (<keycombo><keycap>Ctrl</keycap><mousebutton>Button3</mousebutton></keycombo>)
49                                         </entry>
50                                         <entry>
51                                                 Edit clicked upon item (if possible)
52                                         </entry>
53                                 </row>
54                                 <row>
55                                         <entry>
56                                                 "snap modifier" (<keycap>Mod3</keycap>)
57                                         </entry>
58                                         <entry>
59                                                 allow continuous dragging when snap-to is selected
60                                         </entry>
61                                 </row>
62                         </tbody>
63                 </tgroup>
64         </table>
65
66         <para>
67                 These generic mouse actions can be changed from the options window
68         </para>
69
70 </section>