summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.bindings
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-06 23:42:11 -0500
committerDavid Robillard <d@drobilla.net>2014-12-06 23:42:11 -0500
commitbfbb0f61782d7b79a8e67e66d8b483c00675a118 (patch)
treecb651a48d8f401083cead765646ef51cf8dc4a24 /gtk2_ardour/editor.bindings
parentf4a30e1f607c285064daeea280dca209624be167 (diff)
Add legatize and remove overlap MIDI operations.
We're going to need the ability to apply MIDI edit operations to a note/control selection soon...
Diffstat (limited to 'gtk2_ardour/editor.bindings')
-rw-r--r--gtk2_ardour/editor.bindings2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.bindings b/gtk2_ardour/editor.bindings
index afef5d8da6..7c23fb2cdc 100644
--- a/gtk2_ardour/editor.bindings
+++ b/gtk2_ardour/editor.bindings
@@ -33,6 +33,8 @@
<Binding action="Region/cut-region-gain" key="ampersand"/>
<Binding action="Common/Quit" key="Primary-q"/>
<Binding action="Region/quantize-region" key="q"/>
+ <Binding action="Region/legatize-region" key="Primary-apostrophe"/>
+ <Binding action="Region/remove-overlap" key="Secondary-apostrophe"/>
<Binding action="MouseMode/toggle-internal-edit" key="e"/>
<Binding action="Editor/select-all-before-edit-cursor" key="Primary-e"/>
<Binding action="Region/export-region" key="Primary-Level4-e"/>