update key+mouse bindings page to reflect default current bindings for 2.5
[ardour.git] / manual / xml / editor_aligning_key_bindings.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-editor-aligning-key-bindings">
8   <title>Aligning</title>
9   <table id="tbl-editor-aligning-key-bindings">
10     <title>Editor Aligning Key Bindings</title>
11     <tgroup cols = "2">
12       <colspec colnum="1" colname="Key Binding" colwidth="1"/>
13       <colspec colnum="2" colname="Action" colwidth= "2"/>
14       <thead>
15         <row>
16           <entry>
17             Key Binding
18           </entry>
19
20           <entry>
21             Action
22           </entry>
23         </row>
24       </thead>
25       <tbody>
26         <row>
27           <entry>
28             <keycombo><keycap>a</keycap></keycombo>
29           </entry>
30
31           <entry>
32           align regions using sync points and keeping relative positions
33           </entry>
34         </row>
35
36         <row>
37           <entry>
38             <keycombo><keycap>Alt</keycap><keycap>a</keycap></keycombo>
39           </entry>
40
41           <entry>
42           align region ends
43           </entry>
44         </row>
45
46         <row>
47           <entry>
48             <keycombo><keycap>Shift</keycap><keycap>a</keycap></keycombo>
49           </entry>
50
51           <entry>
52           align region sync points without keeping relative positions
53           </entry>
54         </row>
55         <row>
56           <entry>
57             <keycombo><keycap>Mod4</keycap><keycap>a</keycap></keycombo>
58           </entry>
59
60           <entry>
61           align region starts and keeping relative positions
62           </entry>
63         </row>
64
65       </tbody>
66     </tgroup>
67   </table>
68 <!--
69         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
70                 href="Some_Subsection.xml" />
71         -->
72 </section>