summaryrefslogtreecommitdiff
path: root/manual/xml/key_bindings.xml
diff options
context:
space:
mode:
authorTim Mayberry <mojofunk@gmail.com>2007-02-02 04:29:55 +0000
committerTim Mayberry <mojofunk@gmail.com>2007-02-02 04:29:55 +0000
commit56e384349b1c64b56e4c26faa6df788358d511e1 (patch)
tree45b56ab37919399abdf5f1aec05dbfd06a84df93 /manual/xml/key_bindings.xml
parente0991be04d5fad5715a90b1fa6e38bcb5a0e5bce (diff)
Add the ardour manual converted to docbook format with only a few minor
additions. Add dbhelper.vim key stroke mappings I use for working with docbook source. There are no xsl or css files for customizing the html output so it will look really boring...this will only be temporary. Support for content localization and generation of pdf's is planned. git-svn-id: svn://localhost/ardour2/trunk@1405 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'manual/xml/key_bindings.xml')
-rw-r--r--manual/xml/key_bindings.xml88
1 files changed, 88 insertions, 0 deletions
diff --git a/manual/xml/key_bindings.xml b/manual/xml/key_bindings.xml
new file mode 100644
index 0000000000..bd87d5d335
--- /dev/null
+++ b/manual/xml/key_bindings.xml
@@ -0,0 +1,88 @@
+<?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-mouse-and-keyboard-bindings">
+ <title>Mouse and Keyboard Bindings</title>
+
+ <section id="sn-key-bindings">
+ <title>Key Bindings</title>
+
+ <para>
+ Note that all keyboard bindings can be changed in either the system or the
+ user's Ardour configuration file
+ (<filename>$HOME/.ardour/ardour.rc</filename>).
+ </para>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="general_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="transport_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="mixer_window_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="editor_window_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="editor_play_position_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="editor_edit_cursor_position_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="editor_canvas_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="editor_zoom_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="editor_aligning_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="editor_standard_editing_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="editor_range_operations_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="editor_nudging_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="editor_region_operations_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="editor_locations_marks_key_bindings.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="editor_miscellaneous_key_bindings.xml" />
+ </section>
+
+ <section id="sn-mouse-operations">
+ <title>Mouse Operations</title>
+
+ <para>
+ Note that the definition of the "Delete" and "Edit" clicks can be redefined
+ by the user, either in their Ardour configuration file
+ (<filename>$HOME/.ardour/ardour.rc</filename>) or using the Options Editor
+ (Keyboard+Mouse tab).
+ </para>
+
+ <para>
+ You might wonder why we say Button1 ? Here is an
+<!--
+ <a href="/manual/intro/formatting#Mouse Buttons">explanation</a>.
+ -->
+ </para>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="generic_mouse_actions.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="mouse_wheel_actions.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="mouse_operations_object_mode.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="mouse_operations_region_gain_mode.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="mouse_operations_range_mode.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="mouse_operations_zoom_mode.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="mouse_operations_ruler.xml" />
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="mouse_operations_mixer_controls.xml" />
+ </section>
+
+<!--
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="Some_Subsection.xml" />
+ -->
+</section>