Add the ardour manual converted to docbook format with only a few minor
[ardour.git] / manual / xml / editor_zoom_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-zoom-key-bindings">
7
8         <title>Zoom Key Bindings</title>
9
10         <table id="tbl-editor-zoom-key-bindings">
11                 <title>Editor Zoom 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>=</keycap>
29                                                 </keycombo>
30                                         </entry>
31                                         <entry>
32                                                 zoom in on timeline
33                                         </entry>
34                                 </row>
35                                 <row>
36                                         <entry>
37                                                 <keycombo><keycap>-</keycap>
38                                                 </keycombo>
39                                         </entry>
40                                         <entry>
41                                                 zoom out on timeline
42                                         </entry>
43                                 </row>
44                                 <row>
45                                         <entry>
46                                                 <keycombo><keycap>Z</keycap>
47                                                 </keycombo>
48                                         </entry>
49                                         <entry>
50                                                 switch zoom focus to playhead
51                                         </entry>
52                                 </row>
53                         </tbody>
54                 </tgroup>
55         </table>
56         <!--
57         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
58                 href="Some_Subsection.xml" />
59         -->
60
61 </section>