vue-shortkey icon indicating copy to clipboard operation
vue-shortkey copied to clipboard

Added excludeKeys option to prevent functionality

Open mrwhy-orig opened this issue 6 years ago • 3 comments

Should work for #53.

usage: Vue.use(VueShortkey, {prevent: [{name: 'input', excludeKeys:['f1','f2','f3','f4','f5','f6','f7','f8','f9','f10','f11','f12','up','down']}, {name:'textarea', excludeKeys:['f1','f2','f3','f4','f5','f6','f7','f8','f9','f10','f11','f12','up','down']}]});

Maybe we should add some constants and or a range method.

mrwhy-orig avatar Jun 08 '18 11:06 mrwhy-orig

Hi! I'm testing..

fgr-araujo avatar Jun 12 '18 11:06 fgr-araujo

So what happened with this feature? I still think it would be pretty cool.

fuzzybaird avatar Jun 08 '19 03:06 fuzzybaird

Any update on this one? Looks like exactly what I need.

bbeng89 avatar Dec 28 '20 18:12 bbeng89