Add the ardour manual converted to docbook format with only a few minor
[ardour.git] / manual / xml / key_bindings.xml
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-and-keyboard-bindings">
8         <title>Mouse and Keyboard Bindings</title>
9
10         <section id="sn-key-bindings">
11                 <title>Key Bindings</title>
12
13                 <para>
14                         Note that all keyboard bindings can be changed in either the system or the
15                         user's Ardour configuration file
16                         (<filename>$HOME/.ardour/ardour.rc</filename>).
17                 </para>
18                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
19                 href="general_key_bindings.xml" />
20                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
21                 href="transport_key_bindings.xml" />
22                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
23                 href="mixer_window_key_bindings.xml" />
24                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
25                 href="editor_window_key_bindings.xml" />
26                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
27                 href="editor_play_position_key_bindings.xml" />
28                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
29                 href="editor_edit_cursor_position_key_bindings.xml" />
30                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
31                 href="editor_canvas_key_bindings.xml" />
32                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
33                 href="editor_zoom_key_bindings.xml" />
34                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
35                 href="editor_aligning_key_bindings.xml" />
36                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
37                 href="editor_standard_editing_key_bindings.xml" />
38                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
39                 href="editor_range_operations_key_bindings.xml" />
40                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
41                 href="editor_nudging_key_bindings.xml" />
42                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
43                 href="editor_region_operations_key_bindings.xml" />
44                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
45                 href="editor_locations_marks_key_bindings.xml" />
46                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
47                 href="editor_miscellaneous_key_bindings.xml" />
48         </section>
49
50         <section id="sn-mouse-operations">
51                 <title>Mouse Operations</title>
52
53                 <para>
54                         Note that the definition of the "Delete" and "Edit" clicks can be redefined
55                         by the user, either in their Ardour configuration file
56                         (<filename>$HOME/.ardour/ardour.rc</filename>) or using the Options Editor
57                         (Keyboard+Mouse tab).
58                 </para>
59
60                 <para>
61                         You might wonder why we say Button1 ? Here is an
62 <!-- 
63                 <a href="/manual/intro/formatting#Mouse Buttons">explanation</a>.
64                 -->
65                 </para>
66                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
67                 href="generic_mouse_actions.xml" />
68                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
69                 href="mouse_wheel_actions.xml" />
70                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
71                 href="mouse_operations_object_mode.xml" />
72                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
73                 href="mouse_operations_region_gain_mode.xml" />
74                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
75                 href="mouse_operations_range_mode.xml" />
76                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
77                 href="mouse_operations_zoom_mode.xml" />
78                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
79                 href="mouse_operations_ruler.xml" />
80                 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
81                 href="mouse_operations_mixer_controls.xml" />
82         </section>
83
84 <!--
85         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
86                 href="Some_Subsection.xml" />
87         -->
88 </section>