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

Hotkeys are not working when focus is on checkbox #241

Closed mletynski closed 8 years ago

mletynski commented 8 years ago

I have group of checkboxes on my page. Im using hotkeys to select them all while pressing (cmd/ctrl + A). It works. However when they are selected and i click on one of the checkboxes to unselect it and then again press cmd + A the hotkeys does not work, callback is not invoked. I need to click somewhere on the page to make it working again. So when the focus is on checkbox it simply does not work. Any hint ?

mletynski commented 8 years ago

Ok allowIn: ['INPUT'] resolved my issue.