mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
For some reason the action prefix before the slash is irrelevant. The "RegionFxMenu/delete" action overrides the earlier registered "ProcessorMenu/delete". Processor Box context menu called `RegionFxBox::static_delete`.
6 lines
194 B
Text
6 lines
194 B
Text
<Bindings name="RegionFx Box">
|
|
<Press>
|
|
<Binding key="Delete" action="RegionFxMenu/rfx-delete"/>
|
|
<Binding key="BackSpace" action="RegionFxMenu/rfx-backspace"/>
|
|
</Press>
|
|
</Bindings>
|