summaryrefslogtreecommitdiff
path: root/manual/xml/editor_miscellaneous_key_bindings.xml
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-04-11 13:07:51 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-04-11 13:07:51 +0000
commit45d3ec1437cf661533bc7750c623865def4424df (patch)
tree80cdeb58bc51a22042b91c50334bdd8ee37deed6 /manual/xml/editor_miscellaneous_key_bindings.xml
parent4bf712f501e21cbf1e555bf010553aaca55edd39 (diff)
merged with 1697 revision of trunk (which is post-rc1 but pre-rc2
git-svn-id: svn://localhost/ardour2/branches/2.1-staging@1698 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual/xml/editor_miscellaneous_key_bindings.xml')
-rw-r--r--manual/xml/editor_miscellaneous_key_bindings.xml79
1 files changed, 39 insertions, 40 deletions
diff --git a/manual/xml/editor_miscellaneous_key_bindings.xml b/manual/xml/editor_miscellaneous_key_bindings.xml
index f6a05c485c..1fd40d13ea 100644
--- a/manual/xml/editor_miscellaneous_key_bindings.xml
+++ b/manual/xml/editor_miscellaneous_key_bindings.xml
@@ -1,53 +1,52 @@
<?xml version="1.0" standalone="no"?>
+
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
]>
<section id="sn-editor-miscellaneous-key-bindings">
+ <title>Miscellaneous</title>
+ <table id="tbl-editor-miscellaneous-key-bindings">
+ <title>Miscellaneous Key Bindings</title>
+ <tgroup cols = "2">
+ <colspec colnum="1" colname="Key Binding" colwidth="1"/>
+ <colspec colnum="2" colname="Action" colwidth= "2"/>
+ <thead>
+ <row>
+ <entry>
+ Key Binding
+ </entry>
+
+ <entry>
+ Action
+ </entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <keycombo><keycap>l</keycap> </keycombo>
+ </entry>
- <title>Miscellaneous</title>
+ <entry>
+ toggle auto loop
+ </entry>
+ </row>
- <table id="tbl-editor-miscellaneous-key-bindings">
- <title>Miscellaneous Key Bindings</title>
- <tgroup cols = "2">
- <colspec colnum="1" colname="Key Binding" colwidth="1"/>
- <colspec colnum="2" colname="Action" colwidth= "2"/>
- <thead>
- <row>
- <entry>
- Key Binding
- </entry>
- <entry>
- Action
- </entry>
- </row>
- </thead>
- <tbody>
- <row>
- <entry>
- <keycombo><keycap>l</keycap>
- </keycombo>
- </entry>
- <entry>
- toggle auto loop
- </entry>
- </row>
- <row>
- <entry>
- <keycombo><keycap>f</keycap>
- </keycombo>
- </entry>
- <entry>
- toggle follow playhead
- </entry>
- </row>
- </tbody>
- </tgroup>
- </table>
+ <row>
+ <entry>
+ <keycombo><keycap>f</keycap> </keycombo>
+ </entry>
- <!--
+ <entry>
+ toggle follow playhead
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+<!--
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="Some_Subsection.xml" />
-->
-
</section>