summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mnemonic-us.bindings.in
AgeCommit message (Collapse)Author
2015-08-19Add missing actions from MB2 for Mike:Ben Loftis
Set-Loop-Start/End-From-Edit-Point Set-Punch-Start/End-From-Edit-Point
2015-06-29[Summary]: add keybindings Cmd-h (hide application) for macYPozdnyakov
Conflicts: gtk2_ardour/ardour_ui.cc gtk2_ardour/ardour_ui.h gtk2_ardour/ardour_ui_ed.cc
2015-06-28add keybinding, V, for video windowBen Loftis
2015-06-28tweak some window-bindings. Use C for Clock and B for meter-BridgeBen Loftis
2015-06-26add region layer keybindingsBen Loftis
2015-05-20recover keybinding for SnapshotBen Loftis
2015-04-28missing keybinding: zoom to session. needs testing on Mac and WindowsBen Loftis
2015-04-27new actions: allow user to set session start and end to playhead locationBen Loftis
2015-02-10fixed collision with <SECONDARY>n bindingBen Loftis
2015-02-01Remove remaining LEVEL4 bindingsBen Loftis
2015-02-01Fix Session Export keybinding to call correct action (ExportAudio).Ben Loftis
Still broken though, due to ongoing Mod4><Super binding confusion.
2015-01-29consolidate using SECONDARY+number bindings for region properties, such as ↵Ben Loftis
gain, mute, etc
2015-01-29switch WINDOW bindings to use SECONDARY instead and displace any bindings ↵Ben Loftis
that conflicted
2015-01-11remove track-selection requirement so fit_selected_tracks works as coded. ↵Ben Loftis
change name to fit-selection. remove action to zoom (both axes) because this can trivially be accomplished by clicking (f)it and (z)oom sequentially, and it frees a keybinding. remaining bug: Fitting a selection of MIDI regions doesnt work right
2015-01-08change Split menu entry to say Split/Separate (it was already doing that ↵Ben Loftis
anyway). also fix a bug so you can drag the playhead and split at the playhead location
2015-01-07now that regions and range selections are exclusive, the separate actions to ↵Ben Loftis
set ranges or zoom to selections are redundant. save some menu entries and keybindings by consolidating them. also consolidate some code with new function get_selection_extents(). as a side-effect, this checkin fixes the assert failure in play_with_preroll
2014-12-22consolidate zoom-to-range and zoom-to-regions into: zoom-to-selection. ↵Ben Loftis
ToDo: zoom to selection of midi notes, control points, tracks(?)
2014-12-18Move object tool to "grab" tool (key g).David Robillard
Makes all tools under the left hand and eliminates the need for toggling.
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-15move theme manager into preferences windowPaul Davis
2014-10-21some keyboard layouts have KP_Separator instead of KP_DecimalBen Loftis
2014-10-21remove mouse zoom mode; bind z to zoom-to-rangePaul Davis
2014-07-11move fit-tracks back onto "f" and use / for fade-range, moving ↵Paul Davis
set-region-fade-(in|out)-length to PRIMARY-/ and PRIMARY-\ respectively
2014-07-10make f be bound to fade-range by defaultPaul Davis
2014-07-10add "fade range" operation, bound to alt-f at present by defaultPaul Davis
2014-07-07tentative use of "c" as test binding for scissors/cut mouse mode (will ↵Paul Davis
possibly revert)
2014-07-06remove some cruft with previous commits. remove option ↵Ben Loftis
link-region-and-track-selection since they are now exclusive, and rename select-all-regions to select-all-objects to match the implementation
2014-07-06now that track and region selections are mutually exclusive, you need a ↵Ben Loftis
separate action to select-all-tracks and select-all-regions. also, preserve region selection during a split, iff we are working on a region selection: only add the newly created regions, dont change anything else in the selection; leave that in control of the user
2014-07-06Q and W jump between markers. this puts them right next to Tab which ↵Ben Loftis
creates and deletes markers. numpad left/right arrows are an alternate action for this
2014-07-04fix up various keybindings added/modified by Ben so that they work.Paul Davis
There is still the mystery of why we can specify Return and KP_Return but not Tab.
2014-07-03lots of keybinding changes. added a new action to allow removing markers at ↵Ben Loftis
the playhead location. numpad now allows you to access marks higher than 9. to locate to a marker, use the numpad decimal to start and end the operation - for example press .19. to locate to marker 19. also added alternate bindings for redo, delete, and several other alternates that will be needed in subsequent commits. tab is not working, using either Tab or nabla in the binding.in file
2014-07-02start-range and finish-range should graphically show the range being ↵Ben Loftis
created. also add bindings for comma and period in addition to existing bindings which require a numpad. the old ones are now alternates. all primary functionality should appear on the qwerrty, and the numpad should be considered an ergonomic redundant alternative if you have one
2014-05-22fix binding name for set-tempo-from-regionPaul Davis
2014-03-21Keybindings for maximising the mixer windowAdrian Knoth
2013-05-04the big rework of window management. probably not complete at thsi point, ↵Paul Davis
but this is mostly functional
2013-04-26redesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTrackerPaul Davis
2013-01-01common sense change to the bindings for cycling the edit point - both ↵Paul Davis
variants use ` git-svn-id: svn://localhost/ardour2/branches/3.0@13751 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-26remove bindings for functions that do not exist anymorePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13731 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-12-13add cycle-zoom-focus and bind to "1" by defaultPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13658 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-30tweak binding descriptions so that the cheat sheet formats OKPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13575 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-11-27add shift-f to default bindings for Follow Edits togglePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13558 d708f5d6-7413-0410-9779-e7cbd77b26cf
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
2012-11-12change Alt-b binding for toggle-track-rec-enable to Shift-b, to avoid ↵Paul Davis
conflicting with the binding for toggle-big-clock-window git-svn-id: svn://localhost/ardour2/branches/3.0@13470 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-17move binding for duplicate-region to secondary-d rather than d, use d for ↵Paul Davis
draw notes mouse mode git-svn-id: svn://localhost/ardour2/branches/3.0@13049 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-04-18add Ctrl-Shift-P as shortcut for preferences dialogPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@12001 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-03-16forward port save/goto visual state changes from 2.X (now uses ctrl-Fn to ↵Paul Davis
save, Fn to goto) git-svn-id: svn://localhost/ardour2/branches/3.0@11703 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-02-13(1) remove magic number voodoo when saving zoom focus/snap settings to ↵Paul Davis
instant.xml etc. (this has a minor breaking-behaviour for existing sessions etc (2) keep track of grid type/settings in and out of note edit mode and switch back and forth, thus allowing independent grids while working at the note or region level git-svn-id: svn://localhost/ardour2/branches/3.0@11486 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-01-20fix cheat-sheet text for set-playheadPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@11283 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-01-09change default binding for import to be PRIMARY-i because its really an ↵Paul Davis
action not a window git-svn-id: svn://localhost/ardour2/branches/3.0@11209 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-07change one LEVEL4 default key binding to SECONDARY (OS X bindings are ↵Paul Davis
switching to use Control for SECONDARY) git-svn-id: svn://localhost/ardour2/branches/3.0@10477 d708f5d6-7413-0410-9779-e7cbd77b26cf