Keyboard Shortcut
To add keyboard shortcut to a button:
Trigger the event by GlobalEvents.
You can configure your own keyboard event like @keyup.ctrl.enter
to trigger the event.
Also you can setup the filter
function to limit when this event can be triggered by shortcut.
In the example, the event would only be triggered when locals.shortCutEnabled
is opened.