Update section on inverting the polarity of a track.
[ardour.git] / manual / xml / editor_zoom_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-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>
13   <table id="tbl-editor-zoom-key-bindings">
14     <title>Editor Zoom Key Bindings</title>
15     <tgroup cols = "2">
16       <colspec colnum="1" colname="Key Binding" colwidth="1"/>
17       <colspec colnum="2" colname="Action" colwidth= "2"/>
18       <thead>
19         <row>
20           <entry>
21             Key Binding
22           </entry>
23
24           <entry>
25             Action
26           </entry>
27         </row>
28       </thead>
29       <tbody>
30         <row>
31           <entry>
32             <keycombo><keycap>=</keycap> </keycombo>
33           </entry>
34
35           <entry>
36             zoom in on timeline
37           </entry>
38         </row>
39
40         <row>
41           <entry>
42             <keycombo><keycap>-</keycap> </keycombo>
43           </entry>
44
45           <entry>
46             zoom out on timeline
47           </entry>
48         </row>
49
50         <row>
51           <entry>
52             <keycombo><keycap>z</keycap> </keycombo>
53           </entry>
54
55           <entry>
56             switch zoom focus to playhead
57           </entry>
58         </row>
59
60         <row>
61           <entry>
62             <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>z</keycap> </keycombo>
63           </entry>
64
65           <entry>
66             Zoom to fit selected region(s) (time axis only)
67           </entry>
68         </row>
69
70         <row>
71           <entry>
72             <keycombo><keycap>Alt</keycap><keycap>z</keycap> </keycombo>
73           </entry>
74
75           <entry>
76             Zoom to fit selected region(s) (time axis &amp; vertical axis)
77           </entry>
78         </row>
79
80         <row>
81           <entry>
82             <keycombo><keycap>Shift</keycap><keycap>z</keycap> </keycombo>
83           </entry>
84
85           <entry>
86             Undo zoom change
87           </entry>
88         </row>
89
90         <row>
91           <entry>
92             <keycombo><keycap>Ctrl</keycap><keycap>Fn</keycap></keycombo>
93           </entry>
94
95           <entry>
96             Save current visual state as VS #n (hold for 2 secs)
97           </entry>
98         </row>
99
100         <row>
101           <entry>
102             <keycombo><keycap>Ctrl</keycap><keycap>Fn</keycap></keycombo>
103           </entry>
104
105           <entry>
106             Restore visual state #n (occurs on key release)
107           </entry>
108         </row>
109
110       </tbody>
111     </tgroup>
112   </table>
113 <!--
114         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
115                 href="Some_Subsection.xml" />
116         -->
117 </section>