vue-shortkey
vue-shortkey copied to clipboard
Vue-ShortKey - The ultimate shortcut plugin to improve the UX
Hi. I wonder when are you going to offer support to Vue 3. I had look at your code and seen that something can be done: ```js ShortKey.install = (app,...
Closes #135 Breaks support for Vue 2, but allows users of the library to upgrade to Vue 3 with no further breaking changes. Recommend releasing this as a new major...
Bumps [karma](https://github.com/karma-runner/karma) from 1.7.0 to 6.3.16. Release notes Sourced from karma's releases. v6.3.16 6.3.16 (2022-02-10) Bug Fixes security: mitigate the "Open Redirect Vulnerability" (ff7edbb) v6.3.15 6.3.15 (2022-02-05) Bug Fixes helper:...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Hi, I have an issue when listening to keyboard event, it seems that it listen on all my components, what i want is to listen only on the child component...
Can I use this plugin with element-ui(https://element.eleme.io/#/en-US) elements with shortcut keys? I have tried but seems not working. Is there any additional config required?
I could not find a way to register a shortkey without an element using this lib. To achieve the desired result I had to use an eventListener. ````js beforeMount(){ window.addEventListener('keyup',...
Hey, I was using this module and tried using combinations like `shift + 1` but unfortunately, it isn't working. Any idea why It might be failing because `shift + a`...
I am trying to use the v-shortkey in a v-autocomplete componente (vuetify), but it is not working. I have tried on mac and linux. The way I am using: ``...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.6.0 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...