~ubuntu-branches/ubuntu/vivid/ardour/vivid-proposed

« back to all changes in this revision

Viewing changes to manual/xml/mouse_operations_zoom_mode.xml

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler, Jaromír Mikeš, Felipe Sateler
  • Date: 2014-05-22 14:39:25 UTC
  • mfrom: (29 sid)
  • mto: This revision was merged to the branch mainline in revision 30.
  • Revision ID: package-import@ubuntu.com-20140522143925-vwqfo9287pmkrroe
Tags: 1:2.8.16+git20131003-3
* Team upload

[ Jaromír Mikeš ]
* Add -dbg package

[ Felipe Sateler ]
* Upload to experimental

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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-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>
 
19
 
 
20
          <entry>
 
21
            Result
 
22
          </entry>
 
23
        </row>
 
24
      </thead>
 
25
      <tbody>
 
26
        <row>
 
27
          <entry>
 
28
            <mousebutton>Button1</mousebutton> drag
 
29
          </entry>
 
30
 
 
31
          <entry>
 
32
            define the new visible area
 
33
          </entry>
 
34
        </row>
 
35
 
 
36
        <row>
 
37
          <entry>
 
38
            <mousebutton>Button1</mousebutton> click
 
39
          </entry>
 
40
 
 
41
          <entry>
 
42
            zoom in
 
43
          </entry>
 
44
        </row>
 
45
 
 
46
        <row>
 
47
          <entry>
 
48
            <mousebutton>Button2</mousebutton> click
 
49
          </entry>
 
50
 
 
51
          <entry>
 
52
            zoom out
 
53
          </entry>
 
54
        </row>
 
55
 
 
56
        <row>
 
57
          <entry>
 
58
            <keycombo><keycap>Ctrl</keycap><mousebutton>Button2</mousebutton></keycombo>
 
59
            click
 
60
          </entry>
 
61
 
 
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>