summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer.bindings
AgeCommit message (Collapse)Author
2019-11-20add mixer actions for toggle disk & input monitoring; bind to d and i in ↵Paul Davis
mixer bindings
2018-12-10show-editor and show-mixer actions are now part of Common, not Window or ↵Paul Davis
Mixer action groups This is a bit arbitary but they are supposed to be invokable from anywhere, and since they control Tabbables and note pure windows, they are not part of WM::Manager's purview (Window/* actions). Thus ... Common
2018-12-07Tweaks to Mixer and Monitor keybindings:Ben Loftis
Add Mixer-specific view keybindings for list, vca, mon. (thanks to: the_CLA) Move monitor keybindings (mute, dim, mono) to be globally-accessible. Implement new mixer-specific actions to show/hide monitor,vcas,mixbuses (the_CLA) Move monitor funcs (mute,dim,mono) to globally-accessible actions. Make a new Monitor group insted of using Transport group. Allow use-monitor-section to be controlled by both menu and session-options dialog.
2018-08-24provide mixer-specific bindings for Alt-(up|down) to match editorPaul Davis
2018-08-24move select-all-tracks,deselect-all,invert-selection to be global actions ↵Paul Davis
(and bindings)
2017-07-08Add select-all-tracks mixer-shortcut (following editor)Robin Gareus
2017-03-10Use dedicated "show editor/mixer" actionsRobin Gareus
2017-02-06Categorize the mixer actions.Ben Loftis
2016-05-31make Escape (cancel drag or selection) work in mixer as well as editorPaul Davis
2016-03-15fix capitalization of sections of key editorPaul Davis
2016-02-22fix typo in binding key namePaul Davis
2016-02-22adjust fixed bindings files for use with new fmt-bindings toolPaul Davis
2016-01-06binding expects BackSpace not BackspaceBen Loftis
2014-07-28Mixer page: ESC should deselect all mixer strips and processorsBen Loftis
2014-07-23Allow deletion of processors in editor_mixer_strip by pointing and pressing ↵Ben Loftis
Delete This had to be hacked because the editor_mixer strip is on the editor and doesnt respond to mixer keybindings. Also force the gain intry to lose focus if the user leaves the mixer strip. this will probably solve some long-standing complaints. although perhaps a more elegant solution is possible.
2012-11-13add alt-i as a binding in both the editor and mixer windows to toggle the ↵Paul Davis
state of MIDI input on the selected track(s); in the mixer this will also operate on the strip under the mouse. fixes #4838 git-svn-id: svn://localhost/ardour2/branches/3.0@13475 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-30preparations for using ardour's own keybinding system for the editor (not ↵Paul Davis
actually used) git-svn-id: svn://localhost/ardour2/branches/3.0@10841 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-04drastic overhaul of keyboard handling in mixer window. real bindings, key ↵Paul Davis
events handled at window level, actions for all processor ops. still the confusing mess of old crap for the processor box context menu (it will die, i feel it) git-svn-id: svn://localhost/ardour2/branches/3.0@10442 d708f5d6-7413-0410-9779-e7cbd77b26cf