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