Make destroy last capture available again, default keybinding is
ctrl-delete git-svn-id: svn://localhost/ardour2/trunk@1190 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
(gtk_accel_path "<Actions>/Editor/redo" "<control>r")
|
||||
(gtk_accel_path "<Actions>/Common/Save" "<control>s")
|
||||
(gtk_accel_path "<Actions>/Editor/editor-paste" "<control>v")
|
||||
(gtk_accel_path "<Actions>/Editor/remove-last-capture" "<control>Delete")
|
||||
(gtk_accel_path "<Actions>/Editor/editor-cut" "<control>x")
|
||||
(gtk_accel_path "<Actions>/Editor/editor-delete" "Delete")
|
||||
(gtk_accel_path "<Actions>/Editor/undo" "<control>z")
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
<menuitem action='editor-delete'/>
|
||||
<menuitem action='editor-copy'/>
|
||||
<menuitem action='editor-paste'/>
|
||||
<menuitem action='remove-last-capture'/>
|
||||
<separator/>
|
||||
<menu action="EditSelectRangeOptions">
|
||||
<menuitem action='extend-range-to-start-of-region'/>
|
||||
|
||||
Reference in New Issue
Block a user