Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / editor_play_position_key_bindings.xml
blob5edb25911d6b0fe78775d71420a3d1712625048b
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-play-position-key-bindings">
8   <title>Moving the Playhead</title>
9   <table id="tbl-editor-play-position-key-bindings">
10     <title>Play 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>
20           <entry>
21             Action
22           </entry>
23         </row>
24       </thead>
25       <tbody>
26         <row>
27           <entry>
28             <keycombo><keycap>Home</keycap></keycombo>
29           </entry>
31           <entry>
32             Move playhead to session start
33           </entry>
34         </row>
36         <row>
37           <entry>
38             <keycombo><keycap>End</keycap></keycombo>
39           </entry>
41           <entry>
42             Move playhead to session end
43           </entry>
44         </row>
46         <row>
47           <entry>
48             <keycombo><keycap>p</keycap> </keycombo>
49           </entry>
51           <entry>
52             position playhead at mouse pointer
53           </entry>
54         </row>
56         <row>
57           <entry>
58             <keycombo><keycap>Return</keycap> </keycombo>
59           </entry>
61           <entry>
62             move playhead to selected marker (if any)
63           </entry>
64         </row>
66         <row>
67           <entry>
68             <keycombo><keycap>Alt</keycap><keycap>Return</keycap>
69             </keycombo>
70           </entry>
72           <entry>
73             move selected marker (if any) to playhead
74           </entry>
75         </row>
77         <row>
78           <entry>
79             <keycombo><keycap>.</keycap></keycombo>
80           </entry>
82           <entry>
83             playhead to next region boundary
84           </entry>
85         </row>
87         <row>
88           <entry>
89             <keycombo><keycap>Ctrl</keycap><keycap>.</keycap></keycombo>
90           </entry>
92           <entry>
93             playhead to next region sync
94           </entry>
95         </row>
97         <row>
98           <entry>
99             <keycombo><keycap>,</keycap></keycombo>
100           </entry>
102           <entry>
103             playhead to previous region boundary
104           </entry>
105         </row>
107         <row>
108           <entry>
109             <keycombo><keycap>Ctrl</keycap><keycap>,</keycap></keycombo>
110           </entry>
112           <entry>
113             playhead to previous region sync
114           </entry>
115         </row>
117         <row>
118           <entry>
119             <keycombo><keycap>Ctrl</keycap><keycap>Right</keycap></keycombo>
120           </entry>
122           <entry>
123             tab to transient forwards
124           </entry>
125         </row>
127         <row>
128           <entry>
129             <keycombo><keycap>Ctrl</keycap><keycap>Left</keycap></keycombo>
130           </entry>
132           <entry>
133             tab to transient backwards
134           </entry>
135         </row>
137         <row>
138           <entry>
139             <keycombo><keycap>Left</keycap></keycombo>
140           </entry>
142           <entry>
143             playhead to previous region boundary
144           </entry>
145         </row>
147         <row>
148           <entry>
149             <keycombo><keycap>Alt</keycap><keycap>Left</keycap></keycombo>
150           </entry>
152           <entry>
153             nudge playhead backward
154           </entry>
155         </row>
157         <row>
158           <entry>
159             <keycombo><keycap>Right</keycap></keycombo>
160           </entry>
162           <entry>
163             playhead to next region boundary
164           </entry>
165         </row>
167         <row>
168           <entry>
169             <keycombo><keycap>Alt</keycap><keycap>Right</keycap></keycombo>
170           </entry>
172           <entry>
173             nudge playhead forward
174           </entry>
175         </row>
177         <row>
178           <entry>
179             <keycombo><keycap>Ctrl</keycap><keycap>Keypad
180             Right</keycap></keycombo>
181           </entry>
183           <entry>
184             jump forward to mark
185           </entry>
186         </row>
188         <row>
189           <entry>
190             <keycombo><keycap>Ctrl</keycap><keycap>Keypad
191             Left</keycap></keycombo>
192           </entry>
194           <entry>
195             jump backward to mark
196           </entry>
197         </row>
198       </tbody>
199     </tgroup>
200   </table>
201 <!--
202         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
203                 href="Some_Subsection.xml" />
204         -->
205 </section>