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