fgr-araujo / vue-shortkey

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

trigger when specific element has focused #83

Closed RezaErfani67 closed 5 years ago

RezaErfani67 commented 5 years ago

suppose i have two drop down... i want if focus was on dropdown 1 , function1 run with Enter if focus was on dropdown2, function2 run with Enter

fgr-araujo commented 5 years ago

It's more about architectural behavior than the shortkey feature. Take a look on the example below: https://codepen.io/FagnerAraujo/pen/byMYad