mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Use key bindings for region property (Fx) box
This is required to allow to delete RegionFX plugins when the region-editor is shown in the main window, rather than its own window. Otherwise the Editor would handle delete/backspace and instead remove the region.
This commit is contained in:
parent
23ba0f8338
commit
9f6d3baa93
5 changed files with 73 additions and 15 deletions
|
|
@ -337,7 +337,7 @@ if ($make_accelmap) {
|
|||
# merge in the "fixed" bindings that are not defined by the argument given to this program
|
||||
# this covers things like the step editor, monitor and processor box bindings
|
||||
|
||||
foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings", "trigger.bindings", "pianoroll.bindings") {
|
||||
foreach $hardcoded_bindings ("mixer.bindings", "step_editing.bindings", "monitor.bindings", "processor_box.bindings", "trigger.bindings", "pianoroll.bindings", "regionfx_box.bindings") {
|
||||
$path = File::Spec->catfile (dirname ($ARGV[0]), $hardcoded_bindings);
|
||||
open HARDCODED, "<", $path or die $!;
|
||||
while (<HARDCODED>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue