mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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.
6 lines
186 B
Text
6 lines
186 B
Text
<Bindings name="RegionFx Box">
|
|
<Press>
|
|
<Binding key="Delete" action="RegionFxMenu/delete"/>
|
|
<Binding key="BackSpace" action="RegionFxMenu/backspace"/>
|
|
</Press>
|
|
</Bindings>
|