Use the correct path to one of the images
[ardour.git] / manual / xml / editor_nudging_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-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>
13   <table id="tbl-editor-nudging-key-bindings">
14     <title>Nudging Key Bindings</title>
15     <tgroup cols = "2">
16       <colspec colnum="1" colname="Key Binding" colwidth="1"/>
17       <colspec colnum="2" colname="Action" colwidth= "2"/>
18       <thead>
19         <row>
20           <entry>
21             Key Binding
22           </entry>
23
24           <entry>
25             Action
26           </entry>
27         </row>
28       </thead>
29       <tbody>
30
31
32         <row>
33           <entry>
34             <keycombo><keycap>Keypad +</keycap></keycombo>
35           </entry>
36
37           <entry>
38           nudge forward
39           </entry>
40         </row>
41
42         <row>
43           <entry>
44             <keycombo><keycap>Keypad -</keycap></keycombo>
45           </entry>
46
47           <entry>
48           nudge backward
49           </entry>
50         </row>
51
52
53       </tbody>
54     </tgroup>
55   </table>
56 <!--
57         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
58                 href="Some_Subsection.xml" />
59         -->
60 </section>