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

« back to all changes in this revision

Viewing changes to manual/xml/editor_canvas_key_bindings.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-editor-canvas-key-bindings">
 
8
  <title>Changing What's Visible</title>
 
9
  <table id="tbl-editor-canvas-key-bindings">
 
10
    <title>Editor Canvas Key Bindings</title>
 
11
    <tgroup cols = "2">
 
12
      <colspec colnum="1" colname="Key Binding" colwidth="1"/>
 
13
      <colspec colnum="2" colname="Action" colwidth= "2"/>
 
14
      <thead>
 
15
        <row>
 
16
          <entry>
 
17
            Key Binding
 
18
          </entry>
 
19
 
 
20
          <entry>
 
21
            Action
 
22
          </entry>
 
23
        </row>
 
24
      </thead>
 
25
      <tbody>
 
26
        <row>
 
27
          <entry>
 
28
            <keycombo><keycap>f</keycap></keycombo>
 
29
          </entry>
 
30
 
 
31
          <entry>
 
32
            fit tracks
 
33
          </entry>
 
34
        </row>
 
35
 
 
36
        <row>
 
37
          <entry>
 
38
            <keycombo><keycap>Up</keycap></keycombo>
 
39
          </entry>
 
40
 
 
41
          <entry>
 
42
            step tracks up
 
43
          </entry>
 
44
        </row>
 
45
 
 
46
        <row>
 
47
          <entry>
 
48
            <keycombo><keycap>Down</keycap></keycombo>
 
49
          </entry>
 
50
 
 
51
          <entry>
 
52
            step tracks down
 
53
          </entry>
 
54
        </row>
 
55
 
 
56
        <row>
 
57
          <entry>
 
58
            <keycombo><keycap>Page_Down</keycap></keycombo>
 
59
          </entry>
 
60
 
 
61
          <entry>
 
62
            scroll tracks down
 
63
          </entry>
 
64
        </row>
 
65
 
 
66
        <row>
 
67
          <entry>
 
68
            <keycombo><keycap>Page_Up</keycap></keycombo>
 
69
          </entry>
 
70
 
 
71
          <entry>
 
72
            scroll tracks up
 
73
          </entry>
 
74
        </row>
 
75
 
 
76
        <row>
 
77
          <entry>
 
78
            <keycombo><keycap>Shift</keycap><keycap>e</keycap></keycombo>
 
79
          </entry>
 
80
 
 
81
          <entry>
 
82
            show editor mixer
 
83
          </entry>
 
84
        </row>
 
85
      </tbody>
 
86
    </tgroup>
 
87
  </table>
 
88
<!--
 
89
        <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
 
90
                href="Some_Subsection.xml" />
 
91
        -->
 
92
</section>