fgr-araujo / vue-shortkey

Vue-ShortKey - The ultimate shortcut plugin to improve the UX
MIT License
889 stars 101 forks source link

Adding shortcut for some combinaisons #108

Open alexandreDavid opened 4 years ago

alexandreDavid commented 4 years ago

If I want to use v-shortkey="{ win: ['ctrl', 'v'], mac: ['meta', 'v'] }", it can be nice to have v-shortkey="paste"

fgr-araujo commented 4 years ago

It's not bad idea. I will do a research for the common shortcuts to study this implementation