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
Is your feature request related to a problem? Please describe.
I'd like to have a custom Save function on CTRL + S but it opens the browser save dialog.
The text was updated successfully, but these errors were encountered:
This seems like a reasonable desire indeed. I'll see if I can get to it in the near future, but at the moment I'm quite busy. If anyone wants to help with this I'm happy to take a look at PRs.
So as not to break the API I opted to make preventDefault an optional parameter on the useKey and useKeyCombo hooks (React) / composables (Vue)
test: added tests for the preventDefault option in useKey/useKeyCombo for React and Vue
fix: useKeyCombo Vue composable was not unbinding key combos correctly
Is your feature request related to a problem? Please describe.
I'd like to have a custom Save function on CTRL + S but it opens the browser save dialog.
The text was updated successfully, but these errors were encountered: