fix a compile of annoying compiler warnings with elcap clang
[ardour.git] / gtk2_ardour / ardour.keys.in
1 ; this is a template file processed by tools/fmt-bindings to generate either 
2 ; a gtk accelmap file or a LaTeX key binding cheat sheet.
3 ;
4 ; it is the reference for any bindings or cheatsheets
5 ;
6 ;
7 ; FORMAT:
8 ; $text -> defines cheatsheet title as "text", which may contain LaTeX markup
9 ;
10 ; %group owner text -> defines a binding group called "group" which will have the title "text" on the cheatsheet. 
11 ;                may be followed by zero or more lines of descriptive text,
12 ;                which may contain LaTeX markup. When generating native ardour
13 ;                bindings, the definition for a binding in group "group" will
14 ;                be placed in the "owner" block of the bindings file. The
15 ;                "owner" field is otherwise ignored.
16 ;
17 ;                If the group name starts with "-", the binding will not appear
18 ;                on the cheetsheet.
19 ;
20 ; @group|action|binding|description -> defines an action+binding with description, as a member of a binding group
21 ;                                       if group starts with '-' it will not be printed in the cheatsheet.
22 ;                                       if group starts with '+' it will be printed in the cheatsheet no matter what
23 ;                                       if the group is a mouse binding group, action should contain a ':', and
24 ;                                            have the binding before the colon, and the target area after it
25
26 ;; Title
27 $ARDOUR Shortcuts \linebreak Mnemonic US-Keypad
28
29 ;; GROUP DEFINITIONS
30
31 %trans Global Transport \& Recording Control
32
33 %sess Global Session \& File Handling
34
35 %edit Editor Basic Editing
36
37 %vis Editor Changing What's Visible
38
39 %wvis Global Window Visibility
40
41 %eep Editor Editing with Edit Point
42 Most edit functions operate on a single "Edit Point". The edit point can be any of: playhead (default), the mouse or an active marker. The choice of Edit Point (by default) also sets the Zoom Focus.
43
44 %aep Editor Aligning with the Edit Point
45 Align operations move regions so that their start/end/sync point is at the edit point. "Relative" operations
46 just align the first region and moves other selected regions to maintain relative positioning.
47
48 %epp Editor Edit Point Playback
49
50 %movp Editor Moving the Playhead
51 A left click in the rulers positions the playhead unless Ardour is recording. You can use {\tt KP$\_$n} to move the 
52 playhead to the n-th marker.
53
54 %rop Editor Region Operations
55
56 %edit Editor Edit Range
57 There are only a few functions that refer to an "Edit Range". The current edit range is defined using combinations of the possible edit points: Playhead, Marker or Mouse.\par
58 \begin{tabular}{lll}
59 {\bf Edit Point} & {\bf Active Mark?} & {\bf Edit Range} \\
60 Playhead & no & from Playhead to Mouse \\
61 Playhead & yes & from Playhead to Active Marker \\
62  & & \\
63 Mouse & no & from Mouse to Playhead \\
64 Mouse & yes & from Mouse to Active Marker \\
65  & & \\
66 Marker & no & {\it No edit range defined} \\
67 Marker & yes & from Active Marker to Mouse
68 \end{tabular}
69
70 %select Editor Selecting
71
72 %ranges Editor Defining Loop, Punch Range and Tempo Changes
73
74 %markers Editor Markers \& Locations
75 The "move" commands all move the active marker(s). Jump to the first 9 markers using
76 the keypad digits 1-9 (requires numlock).
77
78 %mmode Editor Mouse Modes
79
80 %mouse Editor Mouse Usage
81 Right click on most objects and controls displays a context menu
82 Shift+Right click deletes most objects. 
83 OS X users without a 3 button mouse can use {\tt Option+Ctrl+Left} to simulate "Middle" for some purposes.
84 Use F1 to step through mouse modes.
85
86 %mobject Editor Mouse Object Mode
87 This mode provides many different operations on both regions and control points, partially depending on where you click/drag with the mouse. The "body" of a region is the area where the waveform is displayed.
88
89 %mzoom Editor Mouse Zoom Mode
90 %mops Editor Mouse Ops on Solo/Mute/Rec-enable
91 %mopsolo Editor Mouse Ops on Solo Buttons only
92 %mopsfader Editor Mouse Ops on Faders \& Plugin Controls
93
94 %midi Global MIDI specific commands
95
96 ;; END GROUP DEFINITIONS
97
98 ;; punctuation
99
100 @vis|Editor/temporal-zoom-in|equal|zoom in
101 @vis|Editor/temporal-zoom-out|minus|zoom out
102 @vis|Editor/zoom-to-session|<@TERTIARY@>underscore|zoom to session
103 @eep|Editor/edit-cursor-to-previous-region-sync|apostrophe|EP to prev region sync
104 @eep|Editor/edit-cursor-to-next-region-sync|semicolon|EP to next region sync
105 @eep|Editor/cycle-edit-point|grave|next EP w/o marker
106 @eep|Editor/cycle-edit-point-with-marker|<@PRIMARY@>grave|next EP w/marker
107
108 @trans|Transport/ToggleRoll|space|toggle roll
109 @trans|Transport/PlaySelection|<@SECONDARY@>space|play edit range
110 @epp|Editor/play-from-edit-point-and-return|<@PRIMARY@><@TERTIARY@>space|play from EP \& return
111 @trans|Transport/ToggleRollMaybe|<@PRIMARY@><@SECONDARY@>space|stop (keep loop/range play)
112 @trans|Transport/ToggleRollForgetCapture|<@PRIMARY@>space|stop and destroy
113 @trans|Transport/record-roll|<@TERTIARY@>space|start recording
114
115 @edit|Editor/add-location-from-playhead|Tab|add marker
116 @edit|Editor/remove-location-from-playhead|<@PRIMARY@>nabla|add marker
117 @trans|Transport/alternate-GotoStart|Return|to start marker
118
119 @edit|Editor/editor-fade-range|slash|fade range selection
120 @rop|Region/set-fade-in-length|<@PRIMARY@>slash|set fade in length
121 ;;@rop|Region/toggle-region-fade-out|<@PRIMARY@>slash|toggle fade in active
122 @rop|Region/set-fade-out-length|<@PRIMARY@>backslash|set fade out length
123 ;;@rop|Region/toggle-region-fade-out|<@PRIMARY@>backslash|toggle fade out active
124
125 @eep|Region/trim-to-previous-region|<@PRIMARY@>j|trim region to end of prev region
126 @eep|Region/trim-to-next-region|<@PRIMARY@>k|trim region to start of next region
127
128 @ranges|Editor/set-loop-from-edit-range|bracketright|set loop range from edit range
129
130 @ranges|Editor/set-punch-from-edit-range|bracketleft|set punch range from edit range
131
132
133 ;; Alt+number row:  region operations
134 @rop|Region/toggle-region-mute|<@SECONDARY@>1|mute/unmute
135 @rop|Region/naturalize-region|<@SECONDARY@>2|move to original position
136 @rop|Region/normalize-region|<@SECONDARY@>3|normalize
137 @rop|Region/reverse-region|<@SECONDARY@>4|reverse
138 @rop|Region/quantize-region|<@SECONDARY@>5|quantize MIDI notes \linebreak[4] in selected region(s)
139 @rop|Region/boost-region-gain|<@SECONDARY@>6|increase region gain
140 @rop|Region/cut-region-gain|<@SECONDARY@>7|reduce region gain
141 @rop|Region/pitch-shift-region|<@SECONDARY@>8|transpose
142 @rop|Region/lower-region|<@SECONDARY@>9|lower region layer
143 @rop|Region/raise-region|<@SECONDARY@>0|raise region layer
144
145 ;; letters
146 ;; TOP ROW
147
148 @sess|Common/Quit|<@PRIMARY@>q|quit
149 @sess|Common/Hide|<@PRIMARY@>h|hide
150 @movp|Editor/jump-forward-to-mark|w|to next mark
151 @movp|Editor/jump-backward-to-mark|q|to previous mark
152
153 ;; note that ctrl-w is special and consumed by the keyboard snooper
154
155 @select|Editor/select-all-before-edit-cursor|<@PRIMARY@>e|select all before EP
156 @rop|Region/export-region|<@PRIMARY@><@SECONDARY@>e|export selected region(s)
157 @sess|Main/ExportAudio|<@SECONDARY@>e|export session
158 @select|Editor/select-all-after-edit-cursor|<@PRIMARY@><@TERTIARY@>e|select all after EP
159 @vis|Editor/show-editor-mixer|<@TERTIARY@>e|toggle editor window mixer
160 @mmode|MouseMode/set-mouse-mode-range|r|range mode
161 @edit|Editor/redo|<@PRIMARY@>r|redo
162 @trans|Transport/Record|<@TERTIARY@>r|engage record
163 @mmode|MouseMode/set-mouse-mode-timefx|t|timefx mode
164 @eep|Editor/select-all-tracks|<@PRIMARY@>t|select all tracks
165 @mmode|MouseMode/set-mouse-mode-object-range|y|link object/range tools
166 @edit|Editor/alternate-redo|<@PRIMARY@>y|redo
167 @select|Editor/select-all-between-cursors|<@PRIMARY@>u|all enclosed by edit range
168 @select|Editor/select-all-within-cursors|u|all present in edit range
169 @eep|Region/insert-region-from-region-list|i|insert from region list
170 @select|Editor/invert-selection|<@TERTIARY@>i|invert selection
171 @edit|Editor/addExistingAudioFiles|<@PRIMARY@>i|import audio files
172 @edit|Editor/toggle-midi-input-active|<@SECONDARY@>i|toggle sel. track MIDI input
173 @mmode|MouseMode/set-mouse-mode-object|g|object mode
174 @mmode|MouseMode/set-mouse-mode-content|e|content mode
175 @sess|Main/Open|<@PRIMARY@>o|open an existing session
176 @sess|Main/Recent|<@PRIMARY@><@TERTIARY@>o|open a recent session
177 @wvis|Window/toggle-session-options-editor|<@SECONDARY@>o|toggle preferences dialog
178 @edit|Editor/set-playhead|p|set playhead position
179 @wvis|Window/toggle-audio-connection-manager|<@SECONDARY@>p|toggle global audio patchbay
180 @midi|MIDI/panic|<@PRIMARY@><@SECONDARY@>p|MIDI panic (stop all notes etc)
181
182 ;; MIDDLE ROW
183
184 @aep|Region/align-regions-sync-relative|a|align sync points (relative)
185 @select|Editor/select-all-objects|<@PRIMARY@>a|select all objects
186 @aep|Region/align-regions-end|<@SECONDARY@>a|align end(s)
187 @aep|Region/align-regions-sync|<@TERTIARY@>a|align sync points
188 @aep|Region/align-regions-start|<@PRIMARY@><@SECONDARY@>a|align start(s)
189 @aep|Region/align-regions-start-relative|<@PRIMARY@><@TERTIARY@>a|align start(s) relative
190 @rop|Region/split-region|s|split
191 @sess|Common/Save|<@PRIMARY@>s|save session
192 @sess|Main/SnapshotStay|<@PRIMARY@><@TERTIARY@>s|snapshot session
193 @edit|Editor/track-solo-toggle|<@SECONDARY@>s|toggle track solo status
194 @mmode|MouseMode/set-mouse-mode-draw|d|note-draw mode
195 @rop|Region/duplicate-region|<@SECONDARY@>d|duplicate region (once)
196 @rop|Region/multi-duplicate-region|<@TERTIARY@>d|duplicate region (multi)
197 @select|Editor/select-all-in-punch-range|<@PRIMARY@>d|select all in punch range
198 @vis|Editor/fit-selection|f|fit selection vertically
199 @edit|Editor/toggle-follow-playhead|<@PRIMARY@>f|toggle playhead tracking
200 @edit|Region/show-rhythm-ferret|<@SECONDARY@>f|show rhythm ferret window 
201 @trans|Transport/ToggleFollowEdits|<@TERTIARY@>f|toggle playhead follows edits
202 @wvis|Common/ToggleMaximalEditor|<@PRIMARY@><@SECONDARY@>f|maximise editor space
203 @wvis|Common/ToggleMaximalMixer|<@PRIMARY@><@TERTIARY@>f|maximise mixer space
204 @epp|Region/play-selected-regions|h|play selected region(s)
205 @eep|Region/trim-front|j|trim front
206 @eep|Region/trim-back|k|trim back
207 @wvis|Window/toggle-key-editor|<@SECONDARY@>k|toggle key bindings editor
208 @trans|Transport/Loop|l|loop play (the loop range)
209 @select|Editor/select-all-in-loop-range|<@PRIMARY@>l|select all in loop range
210 @wvis|Window/toggle-locations|<@SECONDARY@>l| toggle locations dialog
211
212 ;; BOTTOM ROW
213
214 @mmode|Editor/zoom-to-selection|z|zoom to selection
215 @edit|Editor/undo|<@PRIMARY@>z|undo
216 @edit|Editor/alternate-alternate-redo|<@PRIMARY@><@TERTIARY@>z|redo
217 @vis|Editor/toggle-zoom|<@TERTIARY@>z|toggle last 2 zoom states
218 @mmode|MouseMode/set-mouse-mode-cut|c|cut mode
219 @edit|Editor/editor-cut|<@PRIMARY@>x|cut
220 @edit|Editor/editor-copy|<@PRIMARY@>c|copy
221 @wvis|Window/toggle-big-clock|<@SECONDARY@>c|toggle big clock
222 @-edit|Editor/crop|<@PRIMARY@><@TERTIARY@>c|crop
223 @rop|Region/set-region-sync-position|v|set region sync point
224 @edit|Editor/editor-paste|<@PRIMARY@>v|paste
225 @edit|Editor/ToggleJadeo|<@SECONDARY@>v|video window
226 @wvis|Common/toggle-meterbridge|<@SECONDARY@>b|show meter bridge
227 @edit|Editor/track-record-enable-toggle|<@TERTIARY@>b|toggle track rec-enable 
228 @sess|Main/AddTrackBus|<@PRIMARY@><@TERTIARY@>n|add track(s) or bus(ses)
229 @sess|Main/New|<@PRIMARY@>n|open a new session
230 @wvis|Window/toggle-midi-connection-manager|<@SECONDARY@><@TERTIARY@>m|toggle global midi patchbay
231 @wvis|Common/toggle-editor-and-mixer|<@SECONDARY@>m|toggle editor & mixer
232
233 ;; arrow keys, navigation etc.
234
235 @vis|Editor/step-tracks-up|Up|scroll up (step)
236 @trans|Transport/TransitionToRoll|<@TERTIARY@>Up|transition to roll
237 @select|Editor/select-prev-route|<@SECONDARY@>Up|select previous track/bus
238 @vis|Editor/move-selected-tracks-up|<@PRIMARY@>Up|move selected tracks up
239
240 @vis|Editor/step-tracks-down|Down|scroll down (step)
241 @trans|Transport/TransitionToReverse|<@TERTIARY@>Down|transition to reverse
242 @select|Editor/select-next-route|<@SECONDARY@>Down|select next track/bus
243 @vis|Editor/move-selected-tracks-down|<@PRIMARY@>Down|move selected tracks down
244
245 @movp|Editor/playhead-to-previous-region-boundary|Left|to previous region edge
246 ;@movp|Editor/playhead-to-previous-region-boundary-noselection|<@LEVEL4@>Left|to previous edge \linebreak[4] (ignoring selection)
247 @movp|Editor/playhead-to-previous-region-sync|<@PRIMARY@><@SECONDARY@>Left|to previous region sync
248 @movp|Editor/tab-to-transient-backwards|<@PRIMARY@>Left|to previous transient
249 @movp|Editor/nudge-playhead-backward|<@SECONDARY@>Left|nudge backward
250 @movp|Editor/playhead-backward-to-grid|<@SECONDARY@><@TERTIARY@>Left|to previous grid point
251 @trans|Transport/Rewind|<@TERTIARY@>Left|rewind
252 @markers|Editor/selected-marker-to-previous-region-boundary|<@PRIMARY@><@TERTIARY@>Left|move to prev region edge
253
254 @movp|Editor/playhead-to-next-region-boundary|Right|to next region edge
255 ;@movp|Editor/playhead-to-next-region-boundary-noselection|<@LEVEL4@>Right|to next region edge \linebreak[4] (ignoring selection)
256 @movp|Editor/playhead-to-next-region-sync|<@PRIMARY@><@SECONDARY@>Right|to next region sync
257 @movp|Editor/tab-to-transient-forwards|<@PRIMARY@>Right|to next transient
258 @movp|Editor/nudge-playhead-forward|<@SECONDARY@>Right|nudge forwards
259 @movp|Editor/playhead-forward-to-grid|<@SECONDARY@><@TERTIARY@>Right|to next grid point
260 @trans|Transport/Forward|<@TERTIARY@>Right|fast forward
261 @markers|Editor/selected-marker-to-next-region-boundary|<@PRIMARY@><@TERTIARY@>Right|move to next region edge
262
263 @wvis|Common/next-tab|<@PRIMARY@>Page_Down|next tab
264 @wvis|Common/previous-tab|<@PRIMARY@>Page_Up|previous tab
265 @vis|Editor/scroll-tracks-down|Page_Down|scroll down (page)
266 @vis|Editor/scroll-tracks-up|Page_Up|scroll up (page)
267 @trans|Transport/GotoStart|Home|to start marker
268 @trans|Transport/GotoEnd|End|to end marker
269 @edit|Editor/editor-delete|Delete|delete
270 @edit|Editor/alternate-editor-delete|BackSpace|backspace (delete)
271
272 ;; this one is super-global, so we put it in the session group but don't show
273 ;; it on cheat sheets etc.
274 @-sess|Main/Escape|Escape|break drag or deselect all
275
276 ;; keypad
277
278 @rop|Region/nudge-backward|KP_Subtract|nudge backward
279 @-edit|Editor/nudge-next-backward|<@PRIMARY@>KP_Subtract|some text
280
281 @movp|Editor/alternate-jump-forward-to-mark|<@PRIMARY@>KP_Right|to next mark
282 @movp|Editor/alternate-jump-backward-to-mark|<@PRIMARY@>KP_Left|to previous mark
283
284 @rop|Region/nudge-forward|KP_Add|nudge forward
285 @-edit|Editor/nudge-next-forward|<@PRIMARY@>KP_Add|some text
286
287 @-edit|Editor/start-range|comma|some text
288 @-edit|Editor/finish-range|period|some text
289 @-edit|Editor/alt-start-range|<@PRIMARY@>KP_Down|set the start of the range selection
290 @-edit|Editor/alt-finish-range|<@PRIMARY@>KP_Up|set the end of the range selection
291 @-edit|Editor/start-punch-range|<@PRIMARY@>comma|set the start of the Punch range
292 @-edit|Editor/finish-punch-range|<@PRIMARY@>period|set the end of the Punch range
293 @-edit|Editor/start-loop-range|<@SECONDARY@>comma|set the start of the Loop range
294 @-edit|Editor/finish-loop-range|<@SECONDARY@>period|set the end of the Loop range
295
296 @markers|Editor/alternate-add-location-from-playhead|KP_Enter|add mark at playhead
297 @markers|Editor/alternate-remove-location-from-playhead|<@PRIMARY@>KP_Enter|add mark at playhead
298 @wvis|Transport/focus-on-clock|KP_Divide|focus on main clock
299
300 @trans|Transport/numpad-decimal|KP_Decimal|numpad decimal should initiate and finalize a locate-to-marker
301 @trans|Transport/alternate-numpad-decimal|KP_Separator|(some keybd layouts have separator instead of decimal)
302
303 @trans|Transport/numpad-0|KP_0|some text
304 @-trans|Transport/numpad-1|KP_1|some text
305 @-trans|Transport/numpad-2|KP_2|some text
306 @-trans|Transport/numpad-3|KP_3|some text
307 @-trans|Transport/numpad-4|KP_4|some text
308 @-trans|Transport/numpad-5|KP_5|some text
309 @-trans|Transport/numpad-6|KP_6|some text
310 @-trans|Transport/numpad-7|KP_7|some text
311 @-trans|Transport/numpad-8|KP_8|some text
312 @-trans|Transport/numpad-9|KP_9|some text
313
314 ;; F-N keys
315
316 @-edit|Editor/edit-cursor-to-range-start|F1|some text
317 @-edit|Editor/edit-cursor-to-range-end|F2|some text
318
319 @-edit|Editor/save-visual-state-1|<@PRIMARY@>F1|some text
320 @-edit|Editor/save-visual-state-2|<@PRIMARY@>F2|some text
321 @-edit|Editor/save-visual-state-3|<@PRIMARY@>F3|some text
322 @-edit|Editor/save-visual-state-4|<@PRIMARY@>F4|some text
323 @-edit|Editor/save-visual-state-5|<@PRIMARY@>F5|some text
324 @-edit|Editor/save-visual-state-6|<@PRIMARY@>F6|some text
325 @-edit|Editor/save-visual-state-7|<@PRIMARY@>F7|some text
326 @-edit|Editor/save-visual-state-8|<@PRIMARY@>F8|some text
327 @-edit|Editor/save-visual-state-9|<@PRIMARY@>F9|some text
328 @-edit|Editor/save-visual-state-10|<@PRIMARY@>F10|some text
329 @-edit|Editor/save-visual-state-11|<@PRIMARY@>F11|some text
330 @-edit|Editor/save-visual-state-12|<@PRIMARY@>F12|some text
331
332 @-edit|Editor/goto-visual-state-1|F1|some text
333 @-edit|Editor/goto-visual-state-2|F2|some text
334 @-edit|Editor/goto-visual-state-3|F3|some text
335 @-edit|Editor/goto-visual-state-4|F4|some text
336 @-edit|Editor/goto-visual-state-5|F5|some text
337 @-edit|Editor/goto-visual-state-6|F6|some text
338 @-edit|Editor/goto-visual-state-7|F7|some text
339 @-edit|Editor/goto-visual-state-8|F8|some text
340 @-edit|Editor/goto-visual-state-9|F9|some text
341 @-edit|Editor/goto-visual-state-10|F10|some text
342 @-edit|Editor/goto-visual-state-11|F11|some text
343 @-edit|Editor/goto-visual-state-12|F12|some text
344
345
346 ;; numbers
347
348 @eep|Editor/cycle-zoom-focus|1|cycle to next zoom focus
349 @eep|Editor/cycle-snap-mode|2|cycle to next grid snap mode
350 @eep|Editor/prev-snap-choice|3|use next grid unit
351 @eep|Editor/prev-snap-choice-music-only|<@PRIMARY@>3|use previous grid unit
352 @eep|Editor/next-snap-choice|4|use next grid unit
353 @eep|Editor/next-snap-choice-music-only|<@PRIMARY@>4|use next musical grid unit
354 @trans|Transport/ToggleAutoPlay|5|toggle auto play
355 @trans|Transport/ToggleAutoReturn|6|toggle auto return
356 @trans|Transport/ToggleClick|7|toggle click (metronome)
357 @ranges|Region/set-tempo-from-region|9|set tempo (1 bar) from region(s)
358 @ranges|Editor/set-tempo-from-edit-range|0|set tempo (1 bar) from edit range
359
360 ; mouse stuff
361
362 @+mobject|foo|left-click:on body|select
363 @+mobject|foo|<@TERTIARY@>left-click:on body|extend selection
364 @+mobject|foo|<@PRIMARY@>left-click:on body|add/remove selection
365 @+mobject|foo|left-drag:on body|move region(s)
366 @+mobject|foo|<@PRIMARY@>left-drag:on body|copy+move region(s)
367 @+mobject|foo|<@PRIMARY@>middle-drag:on body|fixed time copy+move
368 @+mobject|foo|middle-drag:on body|fixed time move
369 @+mobject|foo|<@SECONDARY@><@TERTIARY@>midde:on body|lower region
370 @+mobject|foo|<@TERTIARY@>middle:on body|raise region
371 @+mobject|foo|<@PRIMARY@>left-drag:in trim bar|slip audio in region
372 @+mobject|foo|left-click:in trim bar|set region start
373 @+mobject|foo|middle:in trim bar|set region end
374 @+mobject|foo|left-drag:near ends of trim bar|adjust region edges
375 @+mobject|foo|left-click:in auto track|add control point
376 @+mobject|foo|left-drag:on point|move control point
377 @+mobject|foo|middle-drag:on point|fixed time adjust
378 @+mobject|foo|<@PRIMARY@>left-drag:on point|move point+later points
379 @+mobject|foo|<@PRIMARY@>middle-drag:on point|fixed time move
380 @+mobject|foo|left-drag:on line|move line segment
381 @+mobject|foo|<@PRIMARY@><@SECONDARY@>left-drag:on regions|rubber-band select
382 @+mobject|foo|left-drag:in auto track|rubber-band select\linebreak control points
383 @+mobject|foo|left-drag:empty space|rubber-band select
384
385 ; mouse zoom
386 @+mzoom|foo|<@PRIMARY@>middle|zoom to session
387 @+mzoom|foo|middle-click|zoom out
388 @+mzoom|foo|left-click|zoom in
389 @+mzoom|foo|left+drag |define the new visible area
390
391 ; mouse solo etc.
392 @+mops|foo|<@PRIMARY@>middle-click|learn MIDI control
393 @+mops|foo|<@PRIMARY@><@TERTIARY@>left-click|apply to all tracks/busses
394 @+mops|foo|<@PRIMARY@>left-click|apply to group
395 @+mops|foo|middle-click|momentary switch
396 @+mops|foo|left-click|apply to track or active group
397
398 ; mouse solo
399
400 @+mopsolo|foo|<@PRIMARY@><@SECONDARY@>left-click|exclusive solo
401 @+mopsolo|foo|<@TERTIARY@>left-click|temporary latched solo
402
403 ; mouse fader etc.
404
405 @+mopsfader|foo|<@PRIMARY@>middle-click|learn MIDI control
406 @+mopsfader|foo|<@TERTIARY@>left-click|reset to default
407 @+mopsfader|foo|<@PRIMARY@><@SECONDARY@>left-drag|finest-drag control
408 @+mopsfader|foo|<@PRIMARY@>left-drag|fine-drag control
409 @+mopsfader|foo|left-drag|adjust