mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
implement a delete operation that works like "cut" but doesn't put the deleted items in the cut buffer. you will not be able to access this from your keyboard (Delete keyunless you remove your existing ~/.config/ardour3/ardour.bindings file
git-svn-id: svn://localhost/ardour2/branches/3.0@9711 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1de3eac2de
commit
a82b900e44
9 changed files with 89 additions and 43 deletions
|
|
@ -196,6 +196,7 @@ enum InsertTimeOption {
|
|||
/////////////////////
|
||||
// These don't need their state saved. yet...
|
||||
enum CutCopyOp {
|
||||
Delete,
|
||||
Cut,
|
||||
Copy,
|
||||
Clear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue