Copy local state in AudioRegionView copy constructor. Fixes #4047.
[ardour2.git] / manual / xml / mouse_operations_zoom_mode.xml
blob765c049432b0602da04d0e39e67f354fc38f4405
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-mouse-operations-zoom-mode">
8   <title>Zoom Mode</title>
9   <table id="tbl-zoom-mode">
10     <title>Zoom Operations</title>
11     <tgroup cols = "2">
12       <colspec colnum="1" colname="Mouse Action" colwidth="1"/>
13       <colspec colnum="2" colname="Result" colwidth= "2"/>
14       <thead>
15         <row>
16           <entry>
17             Mouse Action
18           </entry>
20           <entry>
21             Result
22           </entry>
23         </row>
24       </thead>
25       <tbody>
26         <row>
27           <entry>
28             <mousebutton>Button1</mousebutton> drag
29           </entry>
31           <entry>
32             define the new visible area
33           </entry>
34         </row>
36         <row>
37           <entry>
38             <mousebutton>Button1</mousebutton> click
39           </entry>
41           <entry>
42             zoom in
43           </entry>
44         </row>
46         <row>
47           <entry>
48             <mousebutton>Button2</mousebutton> click
49           </entry>
51           <entry>
52             zoom out
53           </entry>
54         </row>
56         <row>
57           <entry>
58             <keycombo><keycap>Ctrl</keycap><mousebutton>Button2</mousebutton></keycombo>
59             click
60           </entry>
62           <entry>
63             zoom to session
64           </entry>
65         </row>
66       </tbody>
67     </tgroup>
68   </table>
69 <!--
70         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
71                 href="Some_Subsection.xml" />
72         -->
73 </section>