You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading the documentation, it is not clear to me how to use the directive-based hotkeys.
I want to use them on a link so there is no function in the scope that I would want to call. So the example of <modal title="Modal Title" hotkey="{esc: close}"> does not offer a solution for that simple case.
How can I make a keystroke click a simple button or link that then takes the user wherever?
The text was updated successfully, but these errors were encountered:
Reading the documentation, it is not clear to me how to use the directive-based hotkeys.
I want to use them on a link so there is no function in the scope that I would want to call. So the example of
<modal title="Modal Title" hotkey="{esc: close}">
does not offer a solution for that simple case.How can I make a keystroke click a simple button or link that then takes the user wherever?
The text was updated successfully, but these errors were encountered: