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
Currently I don't see a way to remove all shortcuts. I found this issue here #693, which is more about changing the shortcuts.
Maybe a simple and easy solution would be that defineShortcuts returns useEventListener('keydown', onKeyDown), which (according to https://vueuse.org/core/useEventListener/) allows you to unregister the event listener.
Description
Currently I don't see a way to remove all shortcuts. I found this issue here #693, which is more about changing the shortcuts.
Maybe a simple and easy solution would be that
defineShortcuts
returnsuseEventListener('keydown', onKeyDown)
, which (according to https://vueuse.org/core/useEventListener/) allows you to unregister the event listener.E.g.:
Additional context
No response
The text was updated successfully, but these errors were encountered: