fgr-araujo / vue-shortkey

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

Keyboard event listener on all components !!! #138

Open kazi94 opened 2 years ago

kazi94 commented 2 years ago

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 that i have implement the function to handle the keyboard event.