chieffancypants / angular-hotkeys

Configuration-centric keyboard shortcuts for your Angular apps.
http://chieffancypants.github.io/angular-hotkeys/
MIT License
1.68k stars 248 forks source link

allowIn property with classnames or id #203

Closed SjorsHooijen closed 8 years ago

SjorsHooijen commented 8 years ago

Nice to have, allowIn property allows classnames and id's instead of only tags

chieffancypants commented 8 years ago

I'm just exposing mousetrap's API, which I do not believe is capable of this. If you'd like that functionality, I'd put in a request in that repo. Thanks!