Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / editor_zoom_key_bindings.xml
blob1b30a217caca5f48406d834753a0174e54aacdea
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-zoom-key-bindings">
8   <title>Zoom and Visual State Key Bindings</title>
9   <para>
10     By default, 12 function keys (F1-F12) are assigned to visual state
11     management. All of them are represented in the table as "Fn".
12   </para>
14   <table id="tbl-editor-zoom-key-bindings">
15     <title>Editor Zoom Key Bindings</title>
16     <tgroup cols = "2">
17       <colspec colnum="1" colname="Key Binding" colwidth="1"/>
18       <colspec colnum="2" colname="Action" colwidth= "2"/>
19       <thead>
20         <row>
21           <entry>
22             Key Binding
23           </entry>
25           <entry>
26             Action
27           </entry>
28         </row>
29       </thead>
30       <tbody>
31         <row>
32           <entry>
33             <keycombo><keycap>=</keycap> </keycombo>
34           </entry>
36           <entry>
37             zoom in on timeline
38           </entry>
39         </row>
41         <row>
42           <entry>
43             <keycombo><keycap>-</keycap> </keycombo>
44           </entry>
46           <entry>
47             zoom out on timeline
48           </entry>
49         </row>
51         <row>
52           <entry>
53             <keycombo><keycap>z</keycap> </keycombo>
54           </entry>
56           <entry>
57             switch zoom focus to playhead
58           </entry>
59         </row>
61         <row>
62           <entry>
63             <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>z</keycap>
64             </keycombo>
65           </entry>
67           <entry>
68             Zoom to fit selected region(s) (time axis only)
69           </entry>
70         </row>
72         <row>
73           <entry>
74             <keycombo><keycap>Alt</keycap><keycap>z</keycap> </keycombo>
75           </entry>
77           <entry>
78             Zoom to fit selected region(s) (time axis &amp; vertical axis)
79           </entry>
80         </row>
82         <row>
83           <entry>
84             <keycombo><keycap>Shift</keycap><keycap>z</keycap> </keycombo>
85           </entry>
87           <entry>
88             Undo zoom change
89           </entry>
90         </row>
92         <row>
93           <entry>
94             <keycombo><keycap>Ctrl</keycap><keycap>Fn</keycap></keycombo>
95           </entry>
97           <entry>
98             Save current visual state as VS #n (hold for 2 secs)
99           </entry>
100         </row>
102         <row>
103           <entry>
104             <keycombo><keycap>Ctrl</keycap><keycap>Fn</keycap></keycombo>
105           </entry>
107           <entry>
108             Restore visual state #n (occurs on key release)
109           </entry>
110         </row>
111       </tbody>
112     </tgroup>
113   </table>
114 <!--
115         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
116                 href="Some_Subsection.xml" />
117         -->
118 </section>