Add an empty index element so that the docbook xsl will automatically generate the...
[ardour.git] / manual / xml / editor_edit_cursor_position_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-edit-cursor-key-bindings">
8   <title>Moving the Edit Cursor</title>
9   <table id="tbl-editor-edit-position-key-bindings">
10     <title>Edit Cursor Position 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>e</keycap> </keycombo>
29           </entry>
30
31           <entry>
32             position edit cursor at mouse pointer
33           </entry>
34         </row>
35
36         <row>
37           <entry>
38             <keycombo><keycap>Alt</keycap><keycap>Return</keycap>
39             </keycombo>
40           </entry>
41
42           <entry>
43             move edit cursor to playhead
44           </entry>
45         </row>
46
47         <row>
48           <entry>
49             <keycombo><keycap>[</keycap> </keycombo>
50           </entry>
51
52           <entry>
53             move edit cursor to earlier region start
54           </entry>
55         </row>
56
57         <row>
58           <entry>
59             <keycombo><keycap>Ctrl</keycap><keycap>[</keycap> </keycombo>
60           </entry>
61
62           <entry>
63             move edit cursor to earlier region end
64           </entry>
65         </row>
66
67         <row>
68           <entry>
69             <keycombo><keycap>]</keycap> </keycombo>
70           </entry>
71
72           <entry>
73             move edit cursor to next region start
74           </entry>
75         </row>
76
77         <row>
78           <entry>
79             <keycombo><keycap>Ctrl</keycap><keycap>]</keycap> </keycombo>
80           </entry>
81
82           <entry>
83             move edit cursor to next region end
84           </entry>
85         </row>
86
87         <row>
88           <entry>
89             <keycombo><keycap>&#8221;&#8221;&#8217;</keycap> </keycombo>
90           </entry>
91
92           <entry>
93             move edit cursor to next region sync
94           </entry>
95         </row>
96
97         <row>
98           <entry>
99             <keycombo><keycap>;</keycap> </keycombo>
100           </entry>
101
102           <entry>
103             moved edit cursor to previous region sync
104           </entry>
105         </row>
106
107         <row>
108           <entry>
109             <keycombo><keycap>F1</keycap> </keycombo>
110           </entry>
111
112           <entry>
113             move edit cursor to start of range selection (if defined)
114           </entry>
115         </row>
116
117         <row>
118           <entry>
119             <keycombo><keycap>F2</keycap></keycombo>
120           </entry>
121
122           <entry>
123             move edit cursor to end of range selection (if defined)
124           </entry>
125         </row>
126       </tbody>
127     </tgroup>
128   </table>
129 <!--
130         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
131                 href="Some_Subsection.xml" />
132         -->
133 </section>