Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / editor_aligning_key_bindings.xml
blob3fbbd7acc417dc5766e4f2947c0fadc17a5bede6
1 <?xml version="1.0" standalone="no"?>
3 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
5 ]>
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>
20           <entry>
21             Action
22           </entry>
23         </row>
24       </thead>
25       <tbody>
26         <row>
27           <entry>
28             <keycombo><keycap>a</keycap></keycombo>
29           </entry>
31           <entry>
32             align regions using sync points and keeping relative positions
33           </entry>
34         </row>
36         <row>
37           <entry>
38             <keycombo><keycap>Alt</keycap><keycap>a</keycap></keycombo>
39           </entry>
41           <entry>
42             align region ends
43           </entry>
44         </row>
46         <row>
47           <entry>
48             <keycombo><keycap>Shift</keycap><keycap>a</keycap></keycombo>
49           </entry>
51           <entry>
52             align region sync points without keeping relative positions
53           </entry>
54         </row>
56         <row>
57           <entry>
58             <keycombo><keycap>Mod4</keycap><keycap>a</keycap></keycombo>
59           </entry>
61           <entry>
62             align region starts and keeping relative positions
63           </entry>
64         </row>
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>