2009-08-08 18:36:32 -04:00
; this is a template file processed by tools/fmt-bindings to generate either
; a gtk accelmap file or a LaTeX key binding cheat sheet.
2006-12-18 21:41:19 -05:00
;
2009-08-08 18:36:32 -04:00
; it is the reference for any bindings or cheatsheets
;
;
; FORMAT:
; $text -> defines cheatsheet title as "text", which may contain LaTeX markup
;
2015-08-01 23:40:55 -04:00
; %group owner text -> defines a binding group called "group" which will have the title "text" on the cheatsheet.
2015-07-11 09:21:38 -04:00
; may be followed by zero or more lines of descriptive text,
; which may contain LaTeX markup. When generating native ardour
; bindings, the definition for a binding in group "group" will
2015-08-01 23:40:55 -04:00
; be placed in the "owner" block of the bindings file. The
; "owner" field is otherwise ignored.
2015-07-11 09:21:38 -04:00
;
; If the group name starts with "-", the binding will not appear
; on the cheetsheet.
2009-08-08 18:36:32 -04:00
;
; @group|action|binding|description -> defines an action+binding with description, as a member of a binding group
; if group starts with '-' it will not be printed in the cheatsheet.
; if group starts with '+' it will be printed in the cheatsheet no matter what
; if the group is a mouse binding group, action should contain a ':', and
; have the binding before the colon, and the target area after it
2008-01-10 17:22:29 -05:00
2009-08-08 18:36:32 -04:00
;; Title
$ARDOUR Shortcuts \linebreak Mnemonic US-Keypad
2008-01-10 17:22:29 -05:00
2009-08-08 18:36:32 -04:00
;; GROUP DEFINITIONS
2008-01-10 17:22:29 -05:00
2017-02-06 19:05:53 -05:00
%trans Global Global Transport \& Recording Control
2008-01-10 17:22:29 -05:00
2017-02-06 19:05:53 -05:00
%sess Global Global Session \& File Handling
2008-01-10 17:22:29 -05:00
2016-03-15 21:25:02 -04:00
%edit Editor Basic Editing
2008-01-10 17:22:29 -05:00
2016-03-15 21:25:02 -04:00
%vis Editor Changing What's Visible
2008-01-10 17:22:29 -05:00
2017-02-06 19:05:53 -05:00
%vws Editor Editor Views
%numpad Global Global NumPad Transport Functions
%gedt Global Global Editing Operations
%wvis Global Global Window Visibility
%edtrk Editor Track Actions from the Editor
2008-01-10 17:22:29 -05:00
2016-03-15 21:25:02 -04:00
%eep Editor Editing with Edit Point
2012-12-13 11:20:37 -05:00
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.
2008-01-10 17:22:29 -05:00
2016-03-15 21:25:02 -04:00
%aep Editor Aligning with the Edit Point
2009-08-08 18:36:32 -04:00
Align operations move regions so that their start/end/sync point is at the edit point. "Relative" operations
just align the first region and moves other selected regions to maintain relative positioning.
2008-01-10 17:22:29 -05:00
2017-02-06 19:05:53 -05:00
%gmark Global Global Marker Operations
%gmode Global Global Transport Modes
2008-01-10 17:22:29 -05:00
2018-12-03 19:55:52 -05:00
%gmon Global Global Monitor Operations
2017-02-06 19:05:53 -05:00
%movp Global Global Playhead Operations
2009-08-08 18:36:32 -04:00
A left click in the rulers positions the playhead unless Ardour is recording. You can use {\tt KP$\_$n} to move the
playhead to the n-th marker.
2008-02-01 22:57:35 -05:00
2017-01-28 15:31:46 -05:00
%emov Editor Moving the Playhead in the Editor
2016-03-15 21:25:02 -04:00
%rop Editor Region Operations
2009-08-08 18:36:32 -04:00
2017-02-06 19:05:53 -05:00
%grid Editor Grid Settings + Editor Modes
2009-08-08 18:36:32 -04:00
2016-03-15 21:25:02 -04:00
%select Editor Selecting
2009-08-08 18:36:32 -04:00
2018-08-24 09:42:43 -04:00
%gselect Global Selecting
2016-03-15 21:25:02 -04:00
%ranges Editor Defining Loop, Punch Range and Tempo Changes
2009-08-08 18:36:32 -04:00
2016-06-21 08:58:59 -04:00
%markers Editor Markers \& Locations
2009-08-08 18:36:32 -04:00
The "move" commands all move the active marker(s). Jump to the first 9 markers using
the keypad digits 1-9 (requires numlock).
2016-03-15 21:25:02 -04:00
%mmode Editor Mouse Modes
2009-08-08 18:36:32 -04:00
2016-03-15 21:25:02 -04:00
%mouse Editor Mouse Usage
2009-08-08 18:36:32 -04:00
Right click on most objects and controls displays a context menu
Shift+Right click deletes most objects.
OS X users without a 3 button mouse can use {\tt Option+Ctrl+Left} to simulate "Middle" for some purposes.
Use F1 to step through mouse modes.
2016-03-15 21:25:02 -04:00
%mobject Editor Mouse Object Mode
2009-08-08 18:36:32 -04:00
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.
2008-01-10 17:22:29 -05:00
2016-03-15 21:25:02 -04:00
%mzoom Editor Mouse Zoom Mode
%mops Editor Mouse Ops on Solo/Mute/Rec-enable
%mopsolo Editor Mouse Ops on Solo Buttons only
%mopsfader Editor Mouse Ops on Faders \& Plugin Controls
2009-08-08 18:36:32 -04:00
2017-02-06 19:05:53 -05:00
%midi Global Global MIDI commands
2009-09-12 13:49:57 -04:00
2020-04-16 14:25:28 -04:00
%notes MIDI Note Editing
2020-04-16 14:15:42 -04:00
2021-02-18 13:55:44 -05:00
%rec Recorder Recorder Page
2009-08-08 18:36:32 -04:00
;; END GROUP DEFINITIONS
;; punctuation
2022-06-03 12:50:54 -04:00
@vis|Editor/temporal-zoom-in| equal|zoom in
@vis|Editor/temporal-zoom-out| minus|zoom out
2022-06-06 11:20:33 -04:00
@vis|Editor/expand-tracks| <@TERTIARY@>plus|expand track height
2022-06-07 17:12:45 -04:00
@vis|Editor/shrink-tracks| <@SECONDARY@><@TERTIARY@>plus|shrink track height
@vis|Editor/zoom-to-session| <@SECONDARY@><@TERTIARY@>underscore|zoom to session
2022-06-03 12:50:54 -04:00
@eep|Editor/edit-cursor-to-previous-region-sync| apostrophe|EP to prev region sync
@eep|Editor/edit-cursor-to-next-region-sync| semicolon|EP to next region sync
2009-08-08 18:36:32 -04:00
2022-06-03 12:50:54 -04:00
@trans|Transport/ToggleRoll| space|toggle roll
@trans|Transport/PlaySelection| <@SECONDARY@>space|play edit range
@edit|Editor/play-from-edit-point-and-return| <@PRIMARY@><@TERTIARY@>space|play from EP \& return
@trans|Transport/ToggleRollMaybe| <@PRIMARY@><@SECONDARY@>space|stop (keep loop/range play)
@trans|Transport/ToggleRollForgetCapture| <@PRIMARY@>space|stop and destroy
@trans|Transport/record-roll| <@TERTIARY@>space|start recording
2009-08-08 18:36:32 -04:00
2022-06-03 12:50:54 -04:00
@gmark|Common/add-location-from-playhead| Tab|add marker
@gmark|Common/remove-location-from-playhead| <@PRIMARY@>nabla|add marker
@movp|Transport/alternate-GotoStart| Return|to start marker
2014-07-03 18:50:14 -04:00
2022-06-03 12:50:54 -04:00
@edit|Editor/editor-fade-range| slash|fade range selection
@rop|Region/set-fade-in-length| <@PRIMARY@>slash|set fade in length
;;@rop|Region/toggle-region-fade-out| <@PRIMARY@>slash|toggle fade in active
@rop|Region/set-fade-out-length| <@PRIMARY@>backslash|set fade out length
;;@rop|Region/toggle-region-fade-out| <@PRIMARY@>backslash|toggle fade out active
2009-08-08 18:36:32 -04:00
2022-06-03 12:50:54 -04:00
@rop|Region/trim-to-previous-region| <@PRIMARY@>j|trim region to end of prev region
@rop|Region/trim-to-next-region| <@PRIMARY@>k|trim region to start of next region
2010-07-06 07:33:27 -04:00
2022-06-03 12:50:54 -04:00
@ranges|Editor/set-loop-from-edit-range| bracketright|set loop range from edit range
@ranges|Editor/set-punch-from-edit-range| bracketleft|set punch range from edit range
2009-08-08 18:36:32 -04:00
2015-01-29 11:50:07 -05:00
;; Alt+number row: region operations
2022-06-03 12:50:54 -04:00
@rop|Region/toggle-region-mute| <@SECONDARY@>1|mute/unmute
@rop|Region/naturalize-region| <@SECONDARY@>2|move to original position
@rop|Region/normalize-region| <@SECONDARY@>3|normalize
@rop|Region/reverse-region| <@SECONDARY@>4|reverse
@rop|Region/quantize-region| <@SECONDARY@>5|quantize MIDI notes \linebreak[4] in selected region(s)
@rop|Region/boost-region-gain| <@SECONDARY@>6|increase region gain
@rop|Region/cut-region-gain| <@SECONDARY@>7|reduce region gain
@rop|Region/pitch-shift-region| <@SECONDARY@>8|transpose
@rop|Region/rename-region| <@SECONDARY@>9|rename
@rop|Region/toggle-opaque-region| <@SECONDARY@>0|toggle region opacity
2015-01-29 11:50:07 -05:00
2009-08-08 18:36:32 -04:00
;; letters
2008-01-10 17:22:29 -05:00
;; TOP ROW
;; note that ctrl-w is special and consumed by the keyboard snooper
2022-06-03 12:50:54 -04:00
@gmark|Common/jump-backward-to-mark| q|to previous mark
@sess|Common/Quit| <@PRIMARY@>q|quit
@gmark|Common/jump-forward-to-mark| w|to next mark
@mmode|MouseMode/set-mouse-mode-content| e|content mode
2022-11-02 17:39:58 -04:00
@sess|Main/QuickExport| <@PRIMARY@>e|quick export session
2022-06-03 12:50:54 -04:00
@rop|Region/export-region| <@PRIMARY@><@SECONDARY@>e|export selected region(s)
@sess|Main/ExportAudio| <@SECONDARY@>e|export session
2022-06-06 11:20:33 -04:00
@sess|Main/StemExport| <@SECONDARY@><@TERTIARY@>e|stem export selected tracks
2022-06-03 12:50:54 -04:00
@select|Editor/select-all-after-edit-cursor| <@PRIMARY@><@TERTIARY@>e|select all after EP
@vis|Editor/show-editor-mixer| <@TERTIARY@>e|toggle editor window mixer
@mmode|MouseMode/set-mouse-mode-range| r|range mode
2022-06-07 17:12:45 -04:00
@wvis|Common/show-recorder| <@SECONDARY@>r|show recorder page
2022-06-03 12:50:54 -04:00
@edit|Editor/redo| <@PRIMARY@>r|redo
2022-06-06 11:20:33 -04:00
@edit|Editor/select-from-regions| <@PRIMARY@><@TERTIARY@>r|set Range to selected regions
2022-11-08 19:48:21 -05:00
@edit|Editor/add-range-marker-from-selection| <@SECONDARY@><@TERTIARY@>r|Add single Range marker from selection
2022-06-03 12:50:54 -04:00
@trans|Transport/Record| <@TERTIARY@>r|engage record
@mmode|MouseMode/set-mouse-mode-timefx| t|timefx mode
@gselect|Common/select-all-visible-lanes| <@PRIMARY@>t|select all visible lanes
@edit|Editor/alternate-redo| <@PRIMARY@>y|redo
@select|Editor/select-all-between-cursors| <@PRIMARY@>u|select all regions enclosed by Range
@select|Editor/select-all-within-cursors| u|select all regions touched by Range
gtk2_ardour: implement "Unlink from unselected" for MIDI regions
An attempt to satisfy #8848.
Add a new action, "fork-regions-from-unselected", which unlinks all
selected MIDI regions from any unselected regions, but maintains links
within the selection, and add the new action to the region MIDI context
menu as "Unlink from unselected". Rename the existing "fork-region" action
to "fork-selected-regions", and amend the existing "Unlink from other
copies" menu item to "Unlink all selected regions" to (try to) clarify the
difference.
Attach the <Tertiary>U default key-binding to the new action: I personally
think it's generally slightly more useful (otherwise I wouldn't have
implemented it), though I'm not that fussed.
In the case that there's only one MIDI region selected, or that none of
the selected regions are mutually linked, both actions will have exactly
the same result. Ideally, we'd only show a single menu item in this case,
but that would require (a) implementing a function to check whether the
selection contains any linked regions, and (b) making the region MIDI
context sub-menu dynamically generated, so that it can change based on the
result of that function, neither of which I've tried to do yet.
2022-01-02 17:22:45 -05:00
@rop|Region/fork-regions-from-unselected| <@TERTIARY@>u|unlink midi from unselected regions
2022-06-03 12:50:54 -04:00
@eep|Region/insert-region-from-source-list| i|insert from region list
@sess|Common/addExistingAudioFiles| <@PRIMARY@>i|import audio files
@gselect|Common/invert-selection| <@PRIMARY@><@TERTIARY@>i|invert selection
@edtrk|Editor/toggle-midi-input-active| <@SECONDARY@>i|toggle sel. track MIDI input
@sess|Main/Open| <@PRIMARY@>o|open an existing session
@sess|Main/Recent| <@PRIMARY@><@TERTIARY@>o|open a recent session
@wvis|Window/toggle-session-options-editor| <@SECONDARY@>o|toggle preferences dialog
@edit|Editor/set-playhead| p|set playhead position
2008-01-10 17:22:29 -05:00
;; MIDDLE ROW
2022-06-03 12:50:54 -04:00
@trans|Transport/solo-selection| a|solo selection
@select|Editor/select-all-objects| <@PRIMARY@>a|select all objects
@aep|Region/align-regions-end| <@SECONDARY@>a|align end(s)
@aep|Region/align-regions-sync| <@TERTIARY@>a|align sync points
@aep|Region/align-regions-start| <@PRIMARY@><@SECONDARY@>a|align start(s)
@aep|Region/align-regions-start-relative| <@PRIMARY@><@TERTIARY@>a|align start(s) relative
2022-06-06 11:20:33 -04:00
@wvis|Window/toggle-audio-connection-manager| <@SECONDARY@><@TERTIARY@>a|toggle audio patchbay
2022-06-03 12:50:54 -04:00
@rop|Editor/split-region| s|split/separate
@sess|Common/Save| <@PRIMARY@>s|save session
@sess|Main/SnapshotStay| <@PRIMARY@><@TERTIARY@>s|snapshot session
@edtrk|Editor/track-solo-toggle| <@SECONDARY@>s|toggle track solo status
@edit|Editor/ToggleSummary| <@TERTIARY@>s|toggle summary
@mmode|MouseMode/set-mouse-mode-draw| d|note-draw mode
2022-11-02 17:39:58 -04:00
@edit|Editor/duplicate| <@PRIMARY@>d|duplicate (once)
@edit|Editor/multi-duplicate| <@SECONDARY@>d|duplicate (multi)
@select|Editor/select-all-in-punch-range| <@TERTIARY@>d|select all in punch range
2022-06-03 12:50:54 -04:00
@vis|Editor/fit-selection| f|fit selection vertically
@edit|Editor/toggle-follow-playhead| <@PRIMARY@>f|toggle playhead tracking
@edit|Editor/toggle-stationary-playhead| <@TERTIARY@>f|toggle stationary playhead
@rop|Region/show-rhythm-ferret| <@SECONDARY@>f|show rhythm ferret window
@wvis|Common/ToggleMaximalEditor| <@PRIMARY@><@SECONDARY@>f|maximise editor space
@wvis|Common/ToggleMaximalMixer| <@PRIMARY@><@TERTIARY@>f|maximise mixer space
@mmode|MouseMode/set-mouse-mode-object| g|object mode
@edit|Region/play-selected-regions| h|play selected region(s)
@eep|Region/trim-front| j|trim front
@eep|Region/trim-back| k|trim back
2022-06-07 17:12:45 -04:00
@wvis|Window/toggle-virtual-keyboard| <@SECONDARY@>k|show virtual MIDI keyboard
2022-06-03 12:50:54 -04:00
@trans|Transport/Loop| l|loop play (the loop range)
@select|Editor/select-all-in-loop-range| <@PRIMARY@>l|select all in loop range
2023-05-26 14:08:40 -04:00
@wvis|Window/toggle-locations| <@SECONDARY@>l|toggle locations dialog
@edit|Editor/show-editor-list| <@TERTIARY@>l|show editor list
2008-01-10 17:22:29 -05:00
2012-11-30 18:15:26 -05:00
;; BOTTOM ROW
2008-01-10 17:22:29 -05:00
2022-06-03 12:50:54 -04:00
@mmode|Editor/zoom-to-selection| z|zoom to selection
@edit|Editor/undo| <@PRIMARY@>z|undo
@edit|Editor/alternate-alternate-redo| <@PRIMARY@><@TERTIARY@>z|redo
@vis|Editor/toggle-zoom| <@TERTIARY@>z|toggle last 2 zoom states
@aep|Region/align-regions-sync-relative| x|align sync points (relative)
@edit|Editor/editor-cut| <@PRIMARY@>x|cut
2023-05-26 14:09:29 -04:00
@edit|Editor/cut-paste-section| <@PRIMARY@><@TERTIARY@>x|cut \& paste section
2022-06-03 12:50:54 -04:00
@mmode|MouseMode/set-mouse-mode-cut| c|cut mode
@edit|Editor/editor-copy| <@PRIMARY@>c|copy
2022-06-07 17:12:45 -04:00
@wvis|Common/show-trigger| <@SECONDARY@>c|show cues page
2023-05-26 14:09:29 -04:00
@edit|Editor/editor-crop| <@PRIMARY@><@SECONDARY@>c|crop range
@edit|Editor/copy-paste-section| <@PRIMARY@><@TERTIARY@>c|copy \& paste section
2023-06-14 14:08:43 -04:00
@edit|Editor/delete-section| <@PRIMARY@><@TERTIARY@>Delete|delete section
@edit|Editor/alternate-delete-section| <@PRIMARY@><@TERTIARY@>BackSpace|delete section
2022-06-06 11:20:33 -04:00
@edit|Editor/editor-consolidate| <@SECONDARY@><@TERTIARY@>c|consolidate range
2022-06-03 12:50:54 -04:00
@rop|Region/set-region-sync-position| v|set region sync point
@edit|Editor/editor-paste| <@PRIMARY@>v|paste
@edit|Editor/ToggleJadeo| <@SECONDARY@>v|video window
@wvis|Common/toggle-meterbridge| <@SECONDARY@>b|show meter bridge
@edtrk|Editor/track-record-enable-toggle| <@TERTIARY@>b|toggle track rec-enable
@sess|Main/AddTrackBus| <@PRIMARY@><@TERTIARY@>n|add track(s) or bus(ses)
@sess|Main/New| <@PRIMARY@>n|open a new session
@rop|Region/add-region-cue-marker| m|add a region/cue marker
2022-06-06 11:20:33 -04:00
@wvis|Window/toggle-midi-connection-manager| <@SECONDARY@><@TERTIARY@>m|toggle midi patchbay
2022-06-03 12:50:54 -04:00
@wvis|Common/show-mixer| <@SECONDARY@>m|show mixer window
@gmon|Monitor Section/monitor-cut-all| <@PRIMARY@>m|monitor cut all
@gmon|Monitor Section/monitor-mono| <@PRIMARY@><@SECONDARY@>m|monitor mono
@gmon|Monitor Section/monitor-dim-all| <@PRIMARY@><@TERTIARY@>m|monitor dim
2018-12-03 19:55:52 -05:00
2008-01-10 17:22:29 -05:00
;; arrow keys, navigation etc.
2022-06-03 12:50:54 -04:00
@vis|Editor/step-tracks-up| Up|scroll up (step)
@trans|Transport/TransitionToRoll| <@TERTIARY@>Up|transition to roll
@select|Editor/select-prev-route| <@SECONDARY@>Up|select previous track/bus
@select|Editor/select-prev-stripable| <@SECONDARY@><@TERTIARY@>Up|select previous strip
@vis|Editor/move-selected-tracks-up| <@PRIMARY@>Up|move selected tracks up
@vis|Editor/step-tracks-down| Down|scroll down (step)
@trans|Transport/TransitionToReverse| <@TERTIARY@>Down|transition to reverse
@select|Editor/select-next-route| <@SECONDARY@>Down|select next track/bus
@select|Editor/select-next-stripable| <@SECONDARY@><@TERTIARY@>Down|select next strip
@vis|Editor/move-selected-tracks-down| <@PRIMARY@>Down|move selected tracks down
@movp|Common/playhead-backward-to-grid| Left|to previous grid point
@emov|Editor/playhead-to-previous-region-boundary| <@SECONDARY@><@TERTIARY@>Left|to previous region edge
;@emov|Editor/playhead-to-previous-region-boundary-noselection| <@LEVEL4@>Left|to previous edge \linebreak[4] (ignoring selection)
@emov|Editor/playhead-to-previous-region-sync| <@PRIMARY@><@SECONDARY@>Left|to previous region sync
@emov|Editor/tab-to-transient-backwards| <@PRIMARY@>Left|to previous transient
@movp|Common/nudge-playhead-backward| <@SECONDARY@>Left|nudge backward
@trans|Transport/Rewind| <@TERTIARY@>Left|rewind
2015-08-01 23:40:55 -04:00
@markers|Editor/selected-marker-to-previous-region-boundary|<@PRIMARY@><@TERTIARY@>Left|move to prev region edge
2022-06-03 12:50:54 -04:00
@movp|Common/playhead-forward-to-grid| Right|to next grid point
@emov|Editor/playhead-to-next-region-boundary| <@SECONDARY@><@TERTIARY@>Right|to next region edge
;@emov|Editor/playhead-to-next-region-boundary-noselection| <@LEVEL4@>Right|to next region edge \linebreak[4] (ignoring selection)
@emov|Editor/playhead-to-next-region-sync| <@PRIMARY@><@SECONDARY@>Right|to next region sync
@emov|Editor/tab-to-transient-forwards| <@PRIMARY@>Right|to next transient
@movp|Common/nudge-playhead-forward| <@SECONDARY@>Right|nudge forwards
@trans|Transport/Forward| <@TERTIARY@>Right|fast forward
@markers|Editor/selected-marker-to-next-region-boundary| <@PRIMARY@><@TERTIARY@>Right|move to next region edge
@wvis|Common/next-tab| <@PRIMARY@>Page_Down|next tab
@wvis|Common/previous-tab| <@PRIMARY@>Page_Up|previous tab
@vis|Editor/scroll-tracks-down| Page_Down|scroll down (page)
@vis|Editor/scroll-tracks-up| Page_Up|scroll up (page)
@movp|Transport/GotoStart| Home|to start marker
@movp|Transport/GotoEnd| End|to end marker
@edit|Editor/editor-delete| Delete|delete
@edit|Editor/alternate-editor-delete| BackSpace|backspace (delete)
2009-08-08 18:36:32 -04:00
2016-05-21 08:34:09 -04:00
;; this one is super-global, so we put it in the session group but don't show
;; it on cheat sheets etc.
2017-02-06 19:05:53 -05:00
@gedt|Main/Escape|Escape|break drag or deselect all
2010-01-07 20:28:15 -05:00
2008-01-10 17:22:29 -05:00
;; keypad
2022-06-03 12:50:54 -04:00
@select|Editor/nudge-backward| KP_Subtract|nudge backward
@trans|Common/nudge-next-backward| <@PRIMARY@>KP_Subtract|some text
2008-01-10 17:22:29 -05:00
2022-06-03 12:50:54 -04:00
@gmark|Common/alternate-jump-forward-to-mark| <@PRIMARY@>KP_Right|to next mark
@gmark|Common/alternate-jump-backward-to-mark| <@PRIMARY@>KP_Left|to previous mark
2008-01-10 17:22:29 -05:00
2022-06-03 12:50:54 -04:00
@select|Editor/nudge-forward| KP_Add|nudge forward
@trans|Common/nudge-next-forward| <@PRIMARY@>KP_Add|some text
2017-02-06 19:05:53 -05:00
2022-06-03 12:50:54 -04:00
@gedt|Common/start-range| comma|some text
@gedt|Common/finish-range| period|some text
@gedt|Common/alt-start-range| <@PRIMARY@>KP_Down|set the start of the range selection
@gedt|Common/alt-finish-range| <@PRIMARY@>KP_Up|set the end of the range selection
@gedt|Common/start-punch-range| <@PRIMARY@>comma|set the start of the Punch range
@gedt|Common/finish-punch-range| <@PRIMARY@>period|set the end of the Punch range
@gedt|Common/start-loop-range| <@SECONDARY@>comma|set the start of the Loop range
@gedt|Common/finish-loop-range| <@SECONDARY@>period|set the end of the Loop range
2017-02-06 19:05:53 -05:00
2022-06-03 12:50:54 -04:00
@edit|Editor/copy-playlists-for-selected-tracks| <@TERTIARY@>colon|Copy Playlists for Selected tracks
2021-07-20 17:14:49 -04:00
@edit|Editor/copy-playlists-for-armed-tracks|<@PRIMARY><@SECONDARY><@TERTIARY@>colon|Copy Playlists for Armed tracks
2022-06-03 12:50:54 -04:00
@edit|Editor/copy-playlists-for-all-tracks| <@PRIMARY><@TERTIARY@>colon|Copy Playlists for ALL tracks
2021-07-20 17:01:58 -04:00
2022-06-03 12:50:54 -04:00
@edit|Editor/new-playlists-for-selected-tracks| <@TERTIARY@>quotedbl|New Playlists for Selected tracks
@edit|Editor/new-playlists-for-armed-tracks| <@PRIMARY><@SECONDARY><@TERTIARY@>quotedbl|New Playlists for ALL tracks
@edit|Editor/new-playlists-for-all-tracks| <@PRIMARY><@TERTIARY@>quotedbl|New Playlists for ALL tracks
2021-07-20 17:01:58 -04:00
2022-06-03 12:50:54 -04:00
@edit|Editor/layer-display-overlaid| <@TERTIARY@>braceleft|Display Region Layers: Overlaid
@edit|Editor/layer-display-stacked| <@TERTIARY@>braceright|Display Region Layers: Stacked
@edit|Region/raise-region-to-top| <@TERTIARY@>bar|Raise Selected Region to Top Layer
2021-07-20 17:01:58 -04:00
2022-06-03 12:50:54 -04:00
@trans|Transport/RecordPreroll| <@TERTIARY@>less|Transport: Record with Pre-Roll
@trans|Transport/RecordCountIn| <@TERTIARY@>greater|Transport: Record with Count-In
2021-07-20 17:01:58 -04:00
2021-06-27 22:39:18 -04:00
@edit|Editor/show-plist-selector|<@TERTIARY@>question|show-plist-selector
2021-06-27 22:39:45 -04:00
2022-06-03 12:50:54 -04:00
@gmark|Common/alternate-add-location-from-playhead| KP_Enter|add mark at playhead
2017-02-06 19:05:53 -05:00
@gmark|Common/alternate-remove-location-from-playhead|<@PRIMARY@>KP_Enter|add mark at playhead
2022-06-03 12:50:54 -04:00
@wvis|Transport/focus-on-clock| KP_Divide|focus on main clock
2008-01-10 17:22:29 -05:00
2022-06-03 12:50:54 -04:00
@numpad|Transport/numpad-decimal| KP_Decimal|numpad decimal should initiate and finalize a locate-to-marker
@numpad|Transport/alternate-numpad-decimal| KP_Separator|(some keybd layouts have separator instead of decimal)
2014-07-03 18:50:14 -04:00
2017-02-06 19:05:53 -05:00
@numpad|Transport/numpad-0|KP_0|some text
@numpad|Transport/numpad-1|KP_1|some text
@numpad|Transport/numpad-2|KP_2|some text
@numpad|Transport/numpad-3|KP_3|some text
@numpad|Transport/numpad-4|KP_4|some text
@numpad|Transport/numpad-5|KP_5|some text
@numpad|Transport/numpad-6|KP_6|some text
@numpad|Transport/numpad-7|KP_7|some text
@numpad|Transport/numpad-8|KP_8|some text
@numpad|Transport/numpad-9|KP_9|some text
2008-01-10 17:22:29 -05:00
;; F-N keys
2017-02-06 19:05:53 -05:00
@vws|Editor/save-visual-state-1|<@PRIMARY@>F1|some text
@vws|Editor/save-visual-state-2|<@PRIMARY@>F2|some text
@vws|Editor/save-visual-state-3|<@PRIMARY@>F3|some text
@vws|Editor/save-visual-state-4|<@PRIMARY@>F4|some text
@vws|Editor/save-visual-state-5|<@PRIMARY@>F5|some text
@vws|Editor/save-visual-state-6|<@PRIMARY@>F6|some text
@vws|Editor/save-visual-state-7|<@PRIMARY@>F7|some text
@vws|Editor/save-visual-state-8|<@PRIMARY@>F8|some text
@vws|Editor/save-visual-state-9|<@PRIMARY@>F9|some text
@vws|Editor/save-visual-state-10|<@PRIMARY@>F10|some text
@vws|Editor/save-visual-state-11|<@PRIMARY@>F11|some text
@vws|Editor/save-visual-state-12|<@PRIMARY@>F12|some text
@vws|Editor/goto-visual-state-1|F1|some text
@vws|Editor/goto-visual-state-2|F2|some text
@vws|Editor/goto-visual-state-3|F3|some text
@vws|Editor/goto-visual-state-4|F4|some text
@vws|Editor/goto-visual-state-5|F5|some text
@vws|Editor/goto-visual-state-6|F6|some text
@vws|Editor/goto-visual-state-7|F7|some text
@vws|Editor/goto-visual-state-8|F8|some text
@vws|Editor/goto-visual-state-9|F9|some text
@vws|Editor/goto-visual-state-10|F10|some text
@vws|Editor/goto-visual-state-11|F11|some text
@vws|Editor/goto-visual-state-12|F12|some text
2008-09-10 11:03:30 -04:00
2008-01-10 17:22:29 -05:00
;; numbers
2022-06-03 12:50:54 -04:00
@gmode|Transport/ToggleClick| grave|toggle click (metronome)
@midi|MIDI/panic| <@PRIMARY@>grave|MIDI panic (stop all midi notes)
@trans|Transport/ToggleExternalSync| <@SECONDARY@>grave|toggle external sync
@eep|Editor/cycle-edit-mode| 1|cycle edit mode {slide, lock, ripple}
@eep|Editor/cycle-edit-point| 2|next EP w/o marker {playhead, mouse}
@eep|Editor/cycle-edit-point-with-marker| <@PRIMARY@>2|next EP w/marker {playhead, mouse, marker}
@mmode|MouseMode/set-mouse-mode-object-range| 3|Smart Mode (provide some Range tools in Object mode)
@gmode|Transport/ToggleFollowEdits| <@PRIMARY@>3|toggle playhead follows edits
@grid|Editor/cycle-snap-mode| 4|cycle to next snap mode {On/Off}
@grid|Editor/prev-grid-choice| 5|use prev grid unit
@grid|Editor/next-grid-choice| 6|use next grid unit
@gmode|Transport/ToggleAutoReturn| 7|toggle auto return
@gmode|Transport/ToggleAutoPlay| <@PRIMARY@>7|toggle auto play
@gmode|Transport/TogglePunch| 8|toggle punch in+out
; ToDo @gmode|Transport/ToggleRecMode| <@PRIMARY@>8|toggle recording mode ( layered, overwrite, merge )
@ranges|Region/set-tempo-from-region| 9|set tempo (1 bar) from region(s)
@ranges|Editor/set-tempo-from-edit-range| 0|set tempo (1 bar) from edit range
2009-08-08 18:36:32 -04:00
; mouse stuff
@+mobject|foo|left-click:on body|select
@+mobject|foo|<@TERTIARY@>left-click:on body|extend selection
@+mobject|foo|<@PRIMARY@>left-click:on body|add/remove selection
@+mobject|foo|left-drag:on body|move region(s)
@+mobject|foo|<@PRIMARY@>left-drag:on body|copy+move region(s)
@+mobject|foo|<@PRIMARY@>middle-drag:on body|fixed time copy+move
@+mobject|foo|middle-drag:on body|fixed time move
@+mobject|foo|<@SECONDARY@><@TERTIARY@>midde:on body|lower region
@+mobject|foo|<@TERTIARY@>middle:on body|raise region
@+mobject|foo|<@PRIMARY@>left-drag:in trim bar|slip audio in region
@+mobject|foo|left-click:in trim bar|set region start
@+mobject|foo|middle:in trim bar|set region end
@+mobject|foo|left-drag:near ends of trim bar|adjust region edges
@+mobject|foo|left-click:in auto track|add control point
@+mobject|foo|left-drag:on point|move control point
@+mobject|foo|middle-drag:on point|fixed time adjust
@+mobject|foo|<@PRIMARY@>left-drag:on point|move point+later points
@+mobject|foo|<@PRIMARY@>middle-drag:on point|fixed time move
@+mobject|foo|left-drag:on line|move line segment
@+mobject|foo|<@PRIMARY@><@SECONDARY@>left-drag:on regions|rubber-band select
@+mobject|foo|left-drag:in auto track|rubber-band select\linebreak control points
@+mobject|foo|left-drag:empty space|rubber-band select
; mouse zoom
@+mzoom|foo|<@PRIMARY@>middle|zoom to session
@+mzoom|foo|middle-click|zoom out
@+mzoom|foo|left-click|zoom in
@+mzoom|foo|left+drag |define the new visible area
; mouse solo etc.
@+mops|foo|<@PRIMARY@>middle-click|learn MIDI control
@+mops|foo|<@PRIMARY@><@TERTIARY@>left-click|apply to all tracks/busses
@+mops|foo|<@PRIMARY@>left-click|apply to group
@+mops|foo|middle-click|momentary switch
@+mops|foo|left-click|apply to track or active group
; mouse solo
@+mopsolo|foo|<@PRIMARY@><@SECONDARY@>left-click|exclusive solo
@+mopsolo|foo|<@TERTIARY@>left-click|temporary latched solo
; mouse fader etc.
@+mopsfader|foo|<@PRIMARY@>middle-click|learn MIDI control
@+mopsfader|foo|<@TERTIARY@>left-click|reset to default
@+mopsfader|foo|<@PRIMARY@><@SECONDARY@>left-drag|finest-drag control
@+mopsfader|foo|<@PRIMARY@>left-drag|fine-drag control
@+mopsfader|foo|left-drag|adjust
2020-04-16 14:15:42 -04:00
;; MIDI Editing
2022-06-03 12:50:54 -04:00
@notes|Notes/move-starts-earlier| comma|Move Note Starts Earlier
@notes|Notes/move-starts-earlier-fine| <@SECONDARY@>comma|Move Note Starts Earlier (Fine)
@notes|Notes/move-ends-later| period|Move Note Ends Later
@notes|Notes/move-ends-later-fine| <@SECONDARY@>period|Move Note Ends Later (Fine)
@notes|Notes/move-starts-later| <@PRIMARY@>comma|Move Note Starts Later
@notes|Notes/move-starts-later-fine| <@PRIMARY@><@SECONDARY@>comma|Move Note Starts Later (Fine)
@notes|Notes/move-ends-earlier| <@PRIMARY@>period|Move Note Ends Earlier
@notes|Notes/move-ends-earlier-fine| <@PRIMARY@><@SECONDARY@>period|Move Note Ends Earlier (Fine)
@notes|Notes/nudge-later| Right|Nudge Notes Later
@notes|Notes/nudge-later-fine| <@SECONDARY@>Right|Nudge Notes Later (fine)
@notes|Notes/nudge-earlier| Left|Nudge Notes Earlier
@notes|Notes/nudge-earlier-fine| <@SECONDARY@>Left|Nudge Notes Earlier (fine)
@notes|Notes/edit-channels| c|Edit Note Channels
@notes|Notes/edit-velocities| v|Edit Note Velocities
@notes|Notes/transpose-up-octave| <@SECONDARY@>Up|Transpose up (1 octave)
@notes|Notes/transpose-down-octave| <@SECONDARY@>Down|Transpose down (1 octave)
@notes|Notes/transpose-up-semitone| Up|Transpose up (1 semitone)
@notes|Notes/transpose-down-semitone| Down|Transpose down (1 semitone)
@notes|Notes/transpose-up-octave-smush| <@TERTIARY@>Up|Transpose up (1 octave) allow mushing
@notes|Notes/transpose-down-octave-smush| <@TERTIARY@>Down|Transpose down (1 octave) allow mushing
@notes|Notes/transpose-up-semitone-smush| <@SECONDARY@><@TERTIARY@>Up|Transpose up (1 semitone) allow mushing
@notes|Notes/transpose-down-semitone-smush| <@SECONDARY@><@TERTIARY@>Down|Transpose down (1 tone) allow mushing
@notes|Notes/increase-velocity| <@PRIMARY@>Up|Increase Note Velocity (+8)
@notes|Notes/decrease-velocity| <@PRIMARY@>Down|Increase Note Velocity (+8)
@notes|Notes/increase-velocity-smush| <@PRIMARY@><@TERTIARY@>Up|Increase Note Velocity (+8) allow mushing
@notes|Notes/decrease-velocity-smush| <@PRIMARY@><@TERTIARY@>Down|Increase Note Velocity (+8) allow mushing
@notes|Notes/increase-velocity-fine| <@PRIMARY@><@SECONDARY@>Up|Increase Note Velocity (+1)
@notes|Notes/decrease-velocity-fine| <@PRIMARY@><@SECONDARY@>Down|Increase Note Velocity (+1)
@notes|Notes/increase-velocity-fine-smush| <@PRIMARY@><@SECONDARY@><@TERTIARY@>Up|Increase Note Velocity (+1) allow mushing
@notes|Notes/decrease-velocity-fine-smush| <@PRIMARY@><@SECONDARY@><@TERTIARY@>Down|Increase Note Velocity (+1) allow mushing
2022-08-31 15:53:55 -04:00
@notes|Notes/quantize-selected-notes|q|Quantize Selected Notes
2023-04-25 13:38:16 -04:00
@notes|Main/Escape| Clear selection
2020-04-16 19:47:25 -04:00
2022-06-03 12:50:54 -04:00
@notes|Notes/select-next| Tab|Select next note
@notes|Notes/select-previous| <@PRIMARY@>Tab|Select previous note
@notes|Notes/add-select-next| <@TERTIARY@>Tab|Select next note
@notes|Notes/add-select-previous| <@PRIMARY@><@TERTIARY@>Tab|Add previous note to selection
@notes|Notes/alt-add-select-next| <@TERTIARY@>ISO_Left_Tab|Add next note to selection
@notes|Notes/alt-add-select-previous| <@PRIMARY@><@TERTIARY@>ISO_Left_Tab|Add previous note to selection
@notes|Notes/extend-selection| <@PRIMARY@>e|Extend selection to end of region
@notes|Notes/invert-selection| <@PRIMARY@>i|Invert note selection
@notes|Notes/duplicate-selection| <@PRIMARY@>d|Duplicate note selection
2022-12-16 14:16:11 -05:00
@rec|Recorder/arm-all| <@PRIMARY@>r|record arm all tracks
@rec|Recorder/arm-none| <@PRIMARY@><@TERTIARY@>r|disable record arm of all tracks
@rec|Recorder/rec-undo| <@PRIMARY@>z|undo
@rec|Recorder/rec-redo| <@PRIMARY@><@TERTIARY@>z|redo
@rec|Recorder/alternate-rec-redo| <@PRIMARY@>y|redo