Merged with trunk R1612.
[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             relative alignment of region sync points or starts
33           </entry>
34         </row>
35
36         <row>
37           <entry>
38             <keycombo><keycap>Meta</keycap><keycap>a</keycap> </keycombo>
39           </entry>
40
41           <entry>
42             absolute alignment of region sync points or starts
43           </entry>
44         </row>
45
46         <row>
47           <entry>
48             <keycombo><keycap>Ctrl</keycap><keycap>Shift</keycap><keycap>a</keycap>
49             </keycombo>
50           </entry>
51
52           <entry>
53             relative alignment of region ends
54           </entry>
55         </row>
56
57         <row>
58           <entry>
59             <keycombo><keycap>Ctrl</keycap><keycap>Meta</keycap><keycap>a</keycap>
60             </keycombo>
61           </entry>
62
63           <entry>
64             align region ends
65           </entry>
66         </row>
67       </tbody>
68     </tgroup>
69   </table>
70 <!--
71         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
72                 href="Some_Subsection.xml" />
73         -->
74 </section>