mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
kbd bindings: fix issues with delete & backspace bindings in draw/i-edit mode
We now use the same actions in all modes, and the logic is: 1. is there a selected mixer strip and are we in it: if so, delete selected processors 2. are we in draw or internal mode? if so .. 2a. if there are selected control points, delete them 2b. if not, attempt to delete MIDI notes 2c. done 3. continue with delete operation as before
This commit is contained in:
parent
595e2e2914
commit
87b5849a7b
4 changed files with 26 additions and 9 deletions
|
|
@ -1408,6 +1408,7 @@ private:
|
|||
void split_region ();
|
||||
|
||||
void delete_ ();
|
||||
void alt_delete_ ();
|
||||
void cut ();
|
||||
void copy ();
|
||||
void paste (float times, bool from_context_menu);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue