ardour/gtk2_ardour/regionfx_box.bindings
Robin Gareus 9f6d3baa93
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.
2024-11-23 16:35:10 +01:00

6 lines
186 B
Text

<Bindings name="RegionFx Box">
<Press>
<Binding key="Delete" action="RegionFxMenu/delete"/>
<Binding key="BackSpace" action="RegionFxMenu/backspace"/>
</Press>
</Bindings>