We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello @iFgR, this is a fantastic library! Great work!
I am making a cross-platform web app and your suggestion in #103 helps a lot. But it seems that is incompatible with the .once modifier?
.once
For example, this triggers the event:
<v-btn @click="saveEvent" @shortkey="saveEvent" v-shortkey="{windows: ['ctrl', 's'], mac: ['meta', 's']}" > Save Event </v-btn>
But this does not:
<v-btn @click="saveEvent" @shortkey="saveEvent" v-shortkey.once="{windows: ['ctrl', 's'], mac: ['meta', 's']}" > Save Event </v-btn>
I tried looking at the source, but I'm not seeing any obvious issues. Any suggestions?
The text was updated successfully, but these errors were encountered:
Hi @hackeresq, I'll reproduce and check this out.
Sorry, something went wrong.
兼容Mac快捷键 fgr-araujo/vue-shortkey#126
a4403a1
兼容Mac快捷键 ai-shifu#328 fgr-araujo/vue-shortkey#126
a11b6de
No branches or pull requests
Hello @iFgR, this is a fantastic library! Great work!
I am making a cross-platform web app and your suggestion in #103 helps a lot. But it seems that is incompatible with the
.once
modifier?For example, this triggers the event:
But this does not:
I tried looking at the source, but I'm not seeing any obvious issues. Any suggestions?
The text was updated successfully, but these errors were encountered: