b9e8043192663803ae6a169aaf16eb235c30c357
[ardour.git] / manual / xml / editor_edit_cursor_position_key_bindings.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
3
4 ]>
5
6 <section id="sn-editor-edit-cursor-key-bindings">
7
8         <title>Moving the Edit Cursor</title>
9
10         <table id="tbl-editor-edit-position-key-bindings">
11                 <title>Edit Cursor Position Key Bindings</title>
12                 <tgroup cols = "2">
13                         <colspec colnum="1" colname="Key Binding" colwidth="1"/>
14                         <colspec colnum="2" colname="Action" colwidth= "2"/>
15                         <thead>
16                                 <row>
17                                         <entry>
18                                                 Key Binding
19                                         </entry>
20                                         <entry>
21                                                 Action
22                                         </entry>
23                                 </row>
24                         </thead>
25                         <tbody>
26                                 <row>
27                                         <entry>
28                                                 <keycombo><keycap>e</keycap>
29                                                 </keycombo>
30                                         </entry>
31                                         <entry>
32                                                 position edit cursor at mouse pointer 
33                                         </entry>
34                                 </row>
35                                 <row>
36                                         <entry>
37                                                 <keycombo><keycap>Alt</keycap><keycap>Return</keycap>
38                                                 </keycombo>
39                                         </entry>
40                                         <entry>
41                                                 move edit cursor to playhead
42                                         </entry>
43                                 </row>
44                                 <row>
45                                         <entry>
46                                                 <keycombo><keycap>[</keycap>
47                                                 </keycombo>
48                                         </entry>
49                                         <entry>
50                                                 move edit cursor to earlier region start
51                                         </entry>
52                                 </row>
53                                 <row>
54                                         <entry>
55                                                 <keycombo><keycap>Ctrl</keycap><keycap>[</keycap>
56                                                 </keycombo>
57                                         </entry>
58                                         <entry>
59                                                 move edit cursor to earlier region end
60                                         </entry>
61                                 </row>
62                                 <row>
63                                         <entry>
64                                                 <keycombo><keycap>]</keycap>
65                                                 </keycombo>
66                                         </entry>
67                                         <entry>
68                                                 move edit cursor to next region start
69                                         </entry>
70                                 </row>
71                                 <row>
72                                         <entry>
73                                                 <keycombo><keycap>Ctrl</keycap><keycap>]</keycap>
74                                                 </keycombo>
75                                         </entry>
76                                         <entry>
77                                                 move edit cursor to next region end
78                                         </entry>
79                                 </row>
80                                 <row>
81                                         <entry>
82                                                 <keycombo><keycap>&#8221;&#8221;&#8217;</keycap>
83                                                 </keycombo>
84                                         </entry>
85                                         <entry>
86                                                 move edit cursor to next region sync
87                                         </entry>
88                                 </row>
89                                 <row>
90                                         <entry>
91                                                 <keycombo><keycap>;</keycap>
92                                                 </keycombo>
93                                         </entry>
94                                         <entry>
95                                                 moved edit cursor to previous region sync
96                                         </entry>
97                                 </row>
98                                 <row>
99                                         <entry>
100                                                 <keycombo><keycap>F1</keycap>
101                                                 </keycombo>
102                                         </entry>
103                                         <entry>
104                                                 move edit cursor to start of range selection (if defined)
105                                         </entry>
106                                 </row>
107                                 <row>
108                                         <entry>
109                                                 <keycombo><keycap>F2</keycap></keycombo>
110                                         </entry>
111                                         <entry>
112                                                 move edit cursor to end of range selection (if defined)
113                                         </entry>
114                                 </row>
115                         </tbody>
116                 </tgroup>
117         </table>
118
119         <!--
120         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
121                 href="Some_Subsection.xml" />
122         -->
123
124 </section>