Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / editor_nudging_key_bindings.xml
blob0d9ce0ff3278c5e90cfa0f69f96a86e24b60a20d
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-nudging-key-bindings">
8   <title>Nudging Key Bindings</title>
9   <para>
10     Nudging will move selected regions if there are any, otherwise the
11     playhead.
12   </para>
14   <table id="tbl-editor-nudging-key-bindings">
15     <title>Nudging Key Bindings</title>
16     <tgroup cols = "2">
17       <colspec colnum="1" colname="Key Binding" colwidth="1"/>
18       <colspec colnum="2" colname="Action" colwidth= "2"/>
19       <thead>
20         <row>
21           <entry>
22             Key Binding
23           </entry>
25           <entry>
26             Action
27           </entry>
28         </row>
29       </thead>
30       <tbody>
31         <row>
32           <entry>
33             <keycombo><keycap>Keypad +</keycap></keycombo>
34           </entry>
36           <entry>
37             nudge forward
38           </entry>
39         </row>
41         <row>
42           <entry>
43             <keycombo><keycap>Keypad -</keycap></keycombo>
44           </entry>
46           <entry>
47             nudge backward
48           </entry>
49         </row>
50       </tbody>
51     </tgroup>
52   </table>
53 <!--
54         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
55                 href="Some_Subsection.xml" />
56         -->
57 </section>