summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.keys.in
AgeCommit message (Collapse)Author
2018-02-12Re-pack Editor Toolbar:Ben Loftis
Move zoom tools to right of toolbar. Tweak numeric (mode) keybindings to more closely match the order they appear in the UI. Add some new default keybindings.
2018-02-11SoloSelection: gui part.Ben Loftis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
Separate Snap from Grid. Lots of naming changes. Multiple simultaneous snap options allowed. Grid is one of the possible Snap options. Grid uses the same data as the rulers. Replace complicated tempo_lines with simple grid_lines. The Grid is zoom-scale-sensitive along with the rulers. If you are zoomed out, grid becomes coarser.
2017-03-10Use dedicated "show editor/mixer" actionsRobin Gareus
2017-02-22Move Select-All-Tracks into the Selection category. Currently used only when ↵Ben Loftis
printing keybindings. But we should also use this for categorizing the keybindings dialog IMHO.
2017-02-06Add several new categories and re-sort some keybindings so they display more ↵Ben Loftis
nicely in html printout.
2017-02-06Some tweaks to default keybindings:Ben Loftis
* Moved some actions to match the file organization: actions are in the order they appear on a qwerty keyboard * Removed actions for F1 and F2, these were hiding View actions * Removed action H for hide, which was conflicting with play-selected-regions * Moved the grouping of jump-to-mark actions into Moving the Playhead
2017-01-28fix up default key bindings to use correct binding groups after recent ↵Paul Davis
Editor -> Common migration
2017-01-28more modified key bindingsPaul Davis
2017-01-28two more modified key bindingsPaul Davis
2017-01-28change default keybindings for those using actions just moved from Editor/* ↵Paul Davis
to Common/*
2017-01-12Move some actions into the global group:Robin Gareus
This allows common keyboard shortcuts from any Tab (Editor, Mixer). Discuss: should those actions/methods also be moved to ArdourUI instead of PublicEditor?
2016-12-19Change default binding of left+right arrow keys to jump by Grid setting.Ben Loftis
2016-12-19Separate is an Editor action (like Delete), not a Region action.Ben Loftis
2016-12-06Rename Duplicate Range action to Duplicate and assign existing Alt+d key bindingTim Mayberry
This will work the same as the existing binding with a Region Selection and will also duplicate ranges in range selection mode. Also add multi-duplicate editor action and use that for the default multi-duplicate action, which will work the same in Object Selection/Grab Mode but also supports Multi Duplicate of Range Selections....well it would if that functionality worked correctly. The duplicate and duplicate-multi region actions still have to exist to be used in the Region menu as they should only be sensitive if there is a Region selection which would not be the case if the editor actions were used. Resolves: #7153
2016-06-21fix section naming in bindings filePaul Davis
2016-05-31make Escape (cancel drag or selection) work in mixer as well as editorPaul Davis
2016-03-30removed duplicated keybindingyonideshi
2016-03-15fix capitalization of sections of key editorPaul Davis
2016-02-26fix KP_0 bindingPaul Davis
2016-02-26fix bindings for KP_nPaul Davis
They were marked as being in a group ("global") which doesn't exist
2016-02-25add previous-tab and next-tab actions and bind to PRIMARY-page-up/down by ↵Paul Davis
default
2016-02-22a bunch of stuff to make tab/window switching work better, and provide Alt-m ↵Paul Davis
to toggle between editor+mixer in a sane way
2016-02-22change suffix of keybinding files to ".keys" to avoid conflict with earlier ↵Paul Davis
versions. Move some code around that should never have been inside libs/ardour to begin with.