mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Remove delete menu item which does the same as cut (#3930).
git-svn-id: svn://localhost/ardour2/branches/3.0@9376 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e55780afbd
commit
ac2689f661
3 changed files with 1 additions and 4 deletions
|
|
@ -177,7 +177,6 @@
|
||||||
<menuitem action='select-prev-route'/>
|
<menuitem action='select-prev-route'/>
|
||||||
</menu>
|
</menu>
|
||||||
<separator/>
|
<separator/>
|
||||||
<menuitem action='editor-delete'/>
|
|
||||||
<menuitem action='editor-crop'/>
|
<menuitem action='editor-crop'/>
|
||||||
<menuitem action='split-region'/>
|
<menuitem action='split-region'/>
|
||||||
<menuitem action='split-region-at-transients'/>
|
<menuitem action='split-region-at-transients'/>
|
||||||
|
|
|
||||||
|
|
@ -296,8 +296,6 @@ Editor::register_actions ()
|
||||||
|
|
||||||
reg_sens (editor_actions, "editor-cut", _("Cut"), sigc::mem_fun(*this, &Editor::cut));
|
reg_sens (editor_actions, "editor-cut", _("Cut"), sigc::mem_fun(*this, &Editor::cut));
|
||||||
|
|
||||||
/* Note: for now, editor-delete does the exact same thing as editor-cut */
|
|
||||||
reg_sens (editor_actions, "editor-delete", _("Delete"), sigc::mem_fun(*this, &Editor::cut));
|
|
||||||
reg_sens (editor_actions, "editor-copy", _("Copy"), sigc::mem_fun(*this, &Editor::copy));
|
reg_sens (editor_actions, "editor-copy", _("Copy"), sigc::mem_fun(*this, &Editor::copy));
|
||||||
reg_sens (editor_actions, "editor-paste", _("Paste"), sigc::mem_fun(*this, &Editor::keyboard_paste));
|
reg_sens (editor_actions, "editor-paste", _("Paste"), sigc::mem_fun(*this, &Editor::keyboard_paste));
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -250,7 +250,7 @@ This mode provides many different operations on both regions and control points,
|
||||||
@vis|Editor/scroll-tracks-up|Page_Up|scroll up (page)
|
@vis|Editor/scroll-tracks-up|Page_Up|scroll up (page)
|
||||||
@movp|Transport/GotoStart|Home|to start marker
|
@movp|Transport/GotoStart|Home|to start marker
|
||||||
@movp|Transport/GotoEnd|End|to end marker
|
@movp|Transport/GotoEnd|End|to end marker
|
||||||
@edit|Editor/editor-delete|Delete|delete
|
@edit|Editor/editor-cut|Delete|cut
|
||||||
|
|
||||||
@movp|Editor/playhead-to-edit|Return|to edit point
|
@movp|Editor/playhead-to-edit|Return|to edit point
|
||||||
@eep|Editor/edit-to-playhead|<@SECONDARY@>Return|move EP to playhead
|
@eep|Editor/edit-to-playhead|<@SECONDARY@>Return|move EP to playhead
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue