summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.menus.in
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-01-08 01:28:15 +0000
committerCarl Hetherington <carl@carlh.net>2010-01-08 01:28:15 +0000
commit1a1edc9ca1b3b601934c2079d66e4172e43bc606 (patch)
tree28ca8587ac06e2825347c20aaf95c79e794c60cc /gtk2_ardour/ardour.menus.in
parent2e30bdba9f4841fd050c7ef4e960617761b85453 (diff)
Make a new action "escape", bound to the Escape key, and make it
abort a drag (if one is in progress) or clear the selection. Fix breaking of drags in a few cases; some still to do. git-svn-id: svn://localhost/ardour2/branches/3.0@6467 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour.menus.in')
-rw-r--r--gtk2_ardour/ardour.menus.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour.menus.in b/gtk2_ardour/ardour.menus.in
index f4995411e7..d5bb7b797c 100644
--- a/gtk2_ardour/ardour.menus.in
+++ b/gtk2_ardour/ardour.menus.in
@@ -228,7 +228,7 @@
<menuitem action='boost-region-gain'/>
<menuitem action='cut-region-gain'/>
<separator/>
- <menuitem action='break-drag'/>
+ <menuitem action='escape'/>
</menu>
<menu action="TempoMenu">
<menuitem action='set-tempo-from-region'/>