Fix duplicate id in manual so the book validates
[ardour.git] / manual / xml / editor_range_operations_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-range-operations-key-bindings">
8   <title>Range Operations</title>
9   <table id="tbl-editor-range-operations-key-bindings">
10     <title>Range Operations 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
27         <row>
28           <entry>
29             <keycombo><keycap>F6</keycap></keycombo>
30           </entry>
31
32           <entry>
33           select range using edit range
34           </entry>
35         </row>
36
37         <row>
38           <entry>
39             <keycombo><keycap>&gt;</keycap></keycombo>
40           </entry>
41
42           <entry>
43           extend range to end of region
44           </entry>
45         </row>
46         <row>
47           <entry>
48             <keycombo><keycap>&lt;</keycap></keycombo>
49           </entry>
50
51           <entry>
52           extend range to start of region
53           </entry>
54         </row>
55
56       </tbody>
57     </tgroup>
58   </table>
59 <!--
60         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
61                 href="Some_Subsection.xml" />
62         -->
63 </section>