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`.
7 lines
194 B
Plaintext
7 lines
194 B
Plaintext
<Bindings name="RegionFx Box">
|
|
<Press>
|
|
<Binding key="Delete" action="RegionFxMenu/rfx-delete"/>
|
|
<Binding key="BackSpace" action="RegionFxMenu/rfx-backspace"/>
|
|
</Press>
|
|
</Bindings>
|