]> Shamusworld >> Repos - ardour-manual-diverged/blob - include/mnemonic-bindings-for-linux.html
Collapse diagrams/ into images/.
[ardour-manual-diverged] / include / mnemonic-bindings-for-linux.html
1
2 <p>
3   A printable cheat-sheet with the mnemonic bindings for <dfn>Linux</dfn>
4   is available for download in
5   <a href="/files/a3_mnemonic_cheatsheet.pdf">US Letter</a> and
6   <a href="/files/a3_mnemonic_cheatsheet-a4.pdf">A4</a> paper format.
7 </p>
8 <p>
9   This set of bindings assumes an en_US keyboard. However, most if not all
10   bindings will also work on other keyboards when you use the
11   <kbd>AltGr</kbd> to compose those glyphs that are not directly accessible.
12 </p>
13
14 <h2>Transport &amp; Recording Control</h2>
15 <dl class="bindings">
16 <dt>destroy last recording</dt>
17 <dd><kbd class="mod1">Del</kbd></dd>
18 <dt>engage record</dt>
19 <dd><kbd class="mod3">r</kbd></dd>
20 <dt>fast forward</dt>
21 <dd><kbd class="mod3">&rarr;</kbd></dd>
22 <dt>loop play (the loop range)</dt>
23 <dd><kbd class="">l</kbd></dd>
24 <dt>rewind</dt>
25 <dd><kbd class="mod3">&larr;</kbd></dd>
26 <dt>set playhead position</dt>
27 <dd><kbd class="">p</kbd></dd>
28 <dt>start recording</dt>
29 <dd><kbd class="mod3">Space</kbd></dd>
30 <dt>stop (keep loop/range play)</dt>
31 <dd><kbd class="mod12">Space</kbd></dd>
32 <dt>stop and destroy</dt>
33 <dd><kbd class="mod1">Space</kbd></dd>
34 <dt>toggle auto play</dt>
35 <dd><kbd class="">5</kbd></dd>
36 <dt>toggle auto return</dt>
37 <dd><kbd class="">6</kbd></dd>
38 <dt>toggle click (metronome)</dt>
39 <dd><kbd class="">7</kbd></dd>
40 <dt>toggle playhead follows edits</dt>
41 <dd><kbd class="mod3">F</kbd></dd>
42 <dt>toggle playhead tracking</dt>
43 <dd><kbd class="mod1">F</kbd></dd>
44 <dt>toggle roll</dt>
45 <dd><kbd class="">Space</kbd></dd>
46 <dt>toggle selected track rec-enable </dt>
47 <dd><kbd class="mod3">b</kbd></dd>
48 <dt>toggle selected track solo status</dt>
49 <dd><kbd class="mod2">s</kbd></dd>
50 <dt>transition to reverse</dt>
51 <dd><kbd class="mod3">&darr;</kbd></dd>
52 <dt>transition to roll</dt>
53 <dd><kbd class="mod3">&uarr;</kbd></dd>
54 </dl>
55
56 <h2>Session &amp; File Handling</h2>
57 <dl class="bindings">
58 <dt>add track(s) or bus(ses)</dt>
59 <dd><kbd class="mod13">n</kbd></dd>
60 <dt>export session</dt>
61 <dd><kbd class="mod4">e</kbd></dd>
62 <dt>import audio files</dt>
63 <dd><kbd class="mod1">i</kbd></dd>
64 <dt>open a new session</dt>
65 <dd><kbd class="mod1">n</kbd></dd>
66 <dt>open a recent session</dt>
67 <dd><kbd class="mod13">o</kbd></dd>
68 <dt>open an existing session</dt>
69 <dd><kbd class="mod1">o</kbd></dd>
70 <dt>quit</dt>
71 <dd><kbd class="mod1">q</kbd></dd>
72 <dt>save session</dt>
73 <dd><kbd class="mod1">s</kbd></dd>
74 <dt>snapshot session</dt>
75 <dd><kbd class="mod13">s</kbd></dd>
76 <dt>toggle selected track MIDI input</dt>
77 <dd><kbd class="mod2">i</kbd></dd>
78 </dl>
79
80 <h2>Changing What's Visible</h2>
81 <dl class="bindings">
82 <dt>fit tracks vertically</dt>
83 <dd><kbd class="">f</kbd></dd>
84 <dt>move selected tracks down</dt>
85 <dd><kbd class="mod1">&darr;</kbd></dd>
86 <dt>move selected tracks up</dt>
87 <dd><kbd class="mod1">&uarr;</kbd></dd>
88 <dt>scroll down (page)</dt>
89 <dd><kbd class="">PgDn</kbd></dd>
90 <dt>scroll down (step)</dt>
91 <dd><kbd class="">&darr;</kbd></dd>
92 <dt>scroll up (page)</dt>
93 <dd><kbd class="">PgUp</kbd></dd>
94 <dt>scroll up (step)</dt>
95 <dd><kbd class="">&uarr;</kbd></dd>
96 <dt>toggle editor window mixer</dt>
97 <dd><kbd class="mod3">e</kbd></dd>
98 <dt>visual undo</dt>
99 <dd><kbd class="mod3">z</kbd></dd>
100 <dt>zoom height to selected region(s)</dt>
101 <dd><kbd class="mod12">z</kbd></dd>
102 <dt>zoom height and time to selected region</dt>
103 <dd><kbd class="mod2">z</kbd></dd>
104 <dt>zoom in</dt>
105 <dd><kbd class="">=</kbd></dd>
106 <dt>zoom out</dt>
107 <dd><kbd class="">-</kbd></dd>
108 </dl>
109
110 <h2>Window Visibility</h2>
111 <dl class="bindings">
112 <dt>toggle locations dialog</dt>
113 <dd><kbd class="mod2">l</kbd>(ell)</dd>
114 <dt>focus on main clock</dt>
115 <dd><kbd class="kp">&divide;</kbd></dd>
116 <dt>maximise editor space</dt>
117 <dd><kbd class="mod12">f</kbd></dd>
118 <dt>switch between editor &amp; mixer window</dt>
119 <dd><kbd class="mod2">m</kbd></dd>
120 <dt>show rhythm ferret window </dt>
121 <dd><kbd class="mod2">f</kbd></dd>
122 <dt>toggle big clock</dt>
123 <dd><kbd class="mod2">b</kbd></dd>
124 <dt>toggle color manager</dt>
125 <dd><kbd class="mod2">c</kbd></dd>
126 <dt>toggle editor window</dt>
127 <dd><kbd class="mod2">e</kbd></dd>
128 <dt>toggle global audio patchbay</dt>
129 <dd><kbd class="mod2">p</kbd></dd>
130 <dt>toggle global midi patchbay</dt>
131 <dd><kbd class="mod23">p</kbd></dd>
132 <dt>toggle key bindings editor</dt>
133 <dd><kbd class="mod2">k</kbd></dd>
134 <dt>toggle preferences dialog</dt>
135 <dd><kbd class="mod2">o</kbd></dd>
136 <dt>toggle preferences dialog</dt>
137 <dd><kbd class="mod13">p</kbd></dd>
138 </dl>
139
140 <h2>Editing with Edit Point</h2>
141 <p>
142   Most edit functions operate on a single <dfn>Edit Point</dfn> (EP). The edit 
143   point can be any of: playhead (default), the mouse or an active marker. 
144   The choice of edit point (by default) also sets the <dfn>Zoom Focus</dfn>.
145 </p>
146
147 <dl class="bindings">
148 <dt>EP to next region sync</dt>
149 <dd><kbd class="">;</kbd></dd>
150 <dt>EP to prev region sync</dt>
151 <dd><kbd class="">'</kbd></dd>
152 <dt>cycle to next grid snap mode</dt>
153 <dd><kbd class="">2</kbd></dd>
154 <dt>cycle to next zoom focus</dt>
155 <dd><kbd class="">1</kbd></dd>
156 <dt>insert from region list</dt>
157 <dd><kbd class="">i</kbd></dd>
158 <dt>insert time</dt>
159 <dd><kbd class="mod1">t</kbd></dd>
160 <dt>move EP to playhead</dt>
161 <dd><kbd class="mod2">&crarr;</kbd></dd>
162 <dt>next EP w/marker</dt>
163 <dd><kbd class="mod1">`</kbd></dd>
164 <dt>next EP w/o marker</dt>
165 <dd><kbd class="">`</kbd></dd>
166 <dt>trim back</dt>
167 <dd><kbd class="">k</kbd></dd>
168 <dt>trim front</dt>
169 <dd><kbd class="">j</kbd></dd>
170 <dt>trim region end to edit point</dt>
171 <dd><kbd class="mod3">}</kbd></dd>
172 <dt>trim region start to edit point</dt>
173 <dd><kbd class="mod3">{</kbd></dd>
174 <dt>trim region to end of prev region</dt>
175 <dd><kbd class="mod1">j</kbd></dd>
176 <dt>trim region to start of next region</dt>
177 <dd><kbd class="mod1">k</kbd></dd>
178 <dt>use previous grid unit</dt>
179 <dd><kbd class="">3</kbd></dd>
180 <dt>use next grid unit</dt>
181 <dd><kbd class="">4</kbd></dd>
182 <dt>use previous grid unit</dt>
183 <dd><kbd class="mod1">3</kbd></dd>
184 <dt>use next musical grid unit</dt>
185 <dd><kbd class="mod1">4</kbd></dd>
186 </dl>
187
188 <h2>Aligning with the Edit Point</h2>
189 <p>
190   <dfn>Align operations</dfn> move regions so that their start/end/sync 
191   point is at the edit point. <dfn>Relative</dfn> operations just align the first 
192   region and moves other selected regions to maintain relative positioning.
193 </p>
194
195 <dl class="bindings">
196 <dt>align end(s)</dt>
197 <dd><kbd class="mod2">a</kbd></dd>
198 <dt>align start(s)</dt>
199 <dd><kbd class="mod14">a</kbd></dd>
200 <dt>align start(s) relative</dt>
201 <dd><kbd class="mod4">a</kbd></dd>
202 <dt>align sync points</dt>
203 <dd><kbd class="mod3">a</kbd></dd>
204 <dt>align sync points (relative)</dt>
205 <dd><kbd class="">a</kbd></dd>
206 <dt>range end to next prev edge</dt>
207 <dd><kbd class="mod1">&gt;</kbd></dd>
208 <dt>range end to next region edge</dt>
209 <dd><kbd class="">&gt;</kbd></dd>
210 <dt>range start to next region edge</dt>
211 <dd><kbd class="mod1">&lt;</kbd></dd>
212 <dt>range start to prev region edge</dt>
213 <dd><kbd class="">&lt;</kbd></dd>
214 </dl>
215
216 <h2>Edit Point Playback</h2>
217 <dl class="bindings">
218 <dt>play edit range</dt>
219 <dd><kbd class="mod2">Space</kbd></dd>
220 <dt>play from EP &amp; return</dt>
221 <dd><kbd class="mod4">Space</kbd></dd>
222 <dt>play selected region(s)</dt>
223 <dd><kbd class="">h</kbd></dd>
224 </dl>
225 <h2>Region Operations</h2>
226 <dl class="bindings">
227 <dt>duplicate region (multi)</dt>
228 <dd><kbd class="mod3">d</kbd></dd>
229 <dt>duplicate region (once)</dt>
230 <dd><kbd class="mod2">d</kbd></dd>
231 <dt>export selected region(s)</dt>
232 <dd><kbd class="mod14">e</kbd></dd>
233 <dt>increase region gain</dt>
234 <dd><kbd class="">^</kbd></dd>
235 <dt>move to original position</dt>
236 <dd><kbd class="mod2">o</kbd></dd>
237 <dt>mute/unmute</dt>
238 <dd><kbd class="mod1">m</kbd></dd>
239 <dt>normalize</dt>
240 <dd><kbd class="">n</kbd></dd>
241 <dt>nudge backward</dt>
242 <dd><kbd class="kp">&ndash;</kbd></dd>
243 <dt>nudge forward</dt>
244 <dd><kbd class="kp">+</kbd></dd>
245 <dt>quantize MIDI notes </dt>
246 <dd><kbd class="">q</kbd></dd>
247 <dt>reduce region gain</dt>
248 <dd><kbd class="">&amp;</kbd></dd>
249 <dt>reverse</dt>
250 <dd><kbd class="mod2">r</kbd></dd>
251 <dt>set fade in length</dt>
252 <dd><kbd class="">/</kbd></dd>
253 <dt>set fade out length</dt>
254 <dd><kbd class="">\</kbd></dd>
255 <dt>set region sync point</dt>
256 <dd><kbd class="">v</kbd></dd>
257 <dt>split</dt>
258 <dd><kbd class="">s</kbd></dd>
259 <dt>toggle fade in active</dt>
260 <dd><kbd class="mod1">/</kbd></dd>
261 <dt>toggle fade out active</dt>
262 <dd><kbd class="mod1">\</kbd></dd>
263 <dt>transpose</dt>
264 <dd><kbd class="mod2">t</kbd></dd>
265 </dl>
266
267 <h2>Generic Editing</h2>
268 <dl class="bindings">
269 <dt>copy</dt>
270 <dd><kbd class="mod1">c</kbd></dd>
271 <dt>cut</dt>
272 <dd><kbd class="mod1">x</kbd></dd>
273 <dt>delete</dt>
274 <dd><kbd class="">Del</kbd></dd>
275 <dt>paste</dt>
276 <dd><kbd class="mod1">v</kbd></dd>
277 <dt>redo</dt>
278 <dd><kbd class="mod1">r</kbd></dd>
279 <dt>undo</dt>
280 <dd><kbd class="mod1">z</kbd></dd>
281 </dl>
282
283 <h2>Selecting</h2>
284 <p class="note">
285   There are  a few functions that refer to an <dfn>Edit Range</dfn>. The 
286   current edit range is defined using combinations of the possible edit 
287   points: <dfn>playhead</dfn>, <dfn>active marker</dfn>, or <dfn>mouse</dfn>.
288 </p>
289
290 <dl class="bindings">
291 <dt>all after playhead</dt>
292 <dd><kbd class="mod13">p</kbd></dd>
293 <dt>all before playhead</dt>
294 <dd><kbd class="mod1">p</kbd></dd>
295 <dt>all enclosed by edit range</dt>
296 <dd><kbd class="mod1">u</kbd></dd>
297 <dt>all present in edit range</dt>
298 <dd><kbd class="">u</kbd></dd>
299 <dt>convert edit range to range</dt>
300 <dd><kbd class="">F6</kbd></dd>
301 <dt>invert selection</dt>
302 <dd><kbd class="mod3">i</kbd></dd>
303 <dt>select all after EP</dt>
304 <dd><kbd class="mod13">e</kbd></dd>
305 <dt>select all before EP</dt>
306 <dd><kbd class="mod1">e</kbd></dd>
307 <dt>select all in loop range</dt>
308 <dd><kbd class="mod1">l</kbd></dd>
309 <dt>select all in punch range</dt>
310 <dd><kbd class="mod1">d</kbd></dd>
311 <dt>select everything</dt>
312 <dd><kbd class="mod1">a</kbd></dd>
313 <dt>select next track/bus</dt>
314 <dd><kbd class="mod2">&darr;</kbd></dd>
315 <dt>select previous track/bus</dt>
316 <dd><kbd class="mod2">&uarr;</kbd></dd>
317 </dl>
318
319 <h2>Defining Loop, Punch Range and Tempo Changes</h2>
320 <dl class="bindings">
321 <dt>set loop range from edit range</dt>
322 <dd><kbd class="">]</kbd></dd>
323 <dt>set loop range from region(s)</dt>
324 <dd><kbd class="mod2">]</kbd></dd>
325 <dt>set punch range from edit range</dt>
326 <dd><kbd class="">[</kbd></dd>
327 <dt>set punch range from region(s)</dt>
328 <dd><kbd class="mod2">[</kbd></dd>
329 <dt>set tempo (1 bar) from edit range</dt>
330 <dd><kbd class="">0</kbd></dd>
331 <dt>set tempo (1 bar) from region(s)</dt>
332 <dd><kbd class="">9</kbd></dd>
333 </dl>
334
335