summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour.menus.in
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2011-03-29 18:06:08 +0000
committerBen Loftis <ben@glw.com>2011-03-29 18:06:08 +0000
commit6902a461444ad06363403ab0d44766afcbbfb295 (patch)
tree5c3110ed6a0320c1466327fa28ea7de1263fe8f1 /gtk2_ardour/ardour.menus.in
parentcfe3c891dee125b7837ff8d3d88ecbd5a4509450 (diff)
add a second Delete action, so both Backspace and Delete can be bound to delete. this is really useful on macbooks which have a backspace but no delete key. to turn on this behavior, users will have to add the new editor-alternate-delete action to theri bindings, OR go to Preferences->Mouse/Key and re-load one of the default bindings files
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9232 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour.menus.in')
-rw-r--r--gtk2_ardour/ardour.menus.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour.menus.in b/gtk2_ardour/ardour.menus.in
index 9200c0b453..8830ae491c 100644
--- a/gtk2_ardour/ardour.menus.in
+++ b/gtk2_ardour/ardour.menus.in
@@ -1,5 +1,7 @@
<ui>
+ <accelerator action='editor-alternate-delete'/>
+
<menubar name='Main' action='MainMenu'>
<menu name='Session' action='Session'>
<menuitem action='New'/>