summaryrefslogtreecommitdiff
path: root/manual/xml/editor_standard_editing_key_bindings.xml
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-03-18 06:07:08 +0000
committerDavid Robillard <d@drobilla.net>2007-03-18 06:07:08 +0000
commit99904735e066804358f1d0bd138a84f1e9ecda91 (patch)
tree71a924cf1660b5b00231275bd481bbd27094dd9b /manual/xml/editor_standard_editing_key_bindings.xml
parenteb270e70a12c410cdd98585ad25bb6d8e384a4f5 (diff)
Merged with trunk R1612.
git-svn-id: svn://localhost/ardour2/branches/midi@1614 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual/xml/editor_standard_editing_key_bindings.xml')
-rw-r--r--manual/xml/editor_standard_editing_key_bindings.xml92
1 files changed, 92 insertions, 0 deletions
diff --git a/manual/xml/editor_standard_editing_key_bindings.xml b/manual/xml/editor_standard_editing_key_bindings.xml
new file mode 100644
index 0000000000..d8f23899ec
--- /dev/null
+++ b/manual/xml/editor_standard_editing_key_bindings.xml
@@ -0,0 +1,92 @@
+<?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-standard-editing-key-bindings">
+ <title>Standard Editing</title>
+ <table id="tbl-editor-standard-editing-key-bindings">
+ <title>Editor Standard Editing 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>Ctrl</keycap><keycap>z</keycap> </keycombo>
+ </entry>
+
+ <entry>
+ undo
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <keycombo><keycap>Ctrl</keycap><keycap>r</keycap> </keycombo>
+ </entry>
+
+ <entry>
+ redo
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <keycombo><keycap>Ctrl</keycap><keycap>x</keycap> </keycombo>
+ </entry>
+
+ <entry>
+ cut
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <keycombo><keycap>Delete</keycap> </keycombo>
+ </entry>
+
+ <entry>
+ cut
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <keycombo><keycap>Ctrl</keycap><keycap>c</keycap> </keycombo>
+ </entry>
+
+ <entry>
+ copy
+ </entry>
+ </row>
+
+ <row>
+ <entry>
+ <keycombo><keycap>Ctrl</keycap><keycap>v</keycap> </keycombo>
+ </entry>
+
+ <entry>
+ paste
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+<!--
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="Some_Subsection.xml" />
+ -->
+</section>