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

Disable hotkeys temporarly #202

Closed hiramegl closed 8 years ago

hiramegl commented 8 years ago

I would like to disable hotkeys temporarly, for instance when I open a modal window or when I have implemented keyhandlers in some forms.

Right now I introduced a variable "hotkeysEnabled" in $rootScope which i check before executing wrapApply.

Thanks for your help in advance.

chieffancypants commented 8 years ago

I don't think there's an easy way to do that now, but the use-case seems solid, so I'm open to a PR, but unlikely to add this myself. Thanks!

chieffancypants commented 8 years ago

Looks like there's a PR for this already (#128). I'll bring it up-to-date and merge in