chieffancypants / angular-hotkeys

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

hot key works once i've clicekd out of the modal , It doesnt workwhile im typoing and I want the esc hotkey to execute. #264

Open PManager1 opened 7 years ago

PManager1 commented 7 years ago

but while im typing in the modal ( esc key ) it deosnt work.

Also fyi, the whole page and the modal everyting is inside one controller.

image

aramando commented 7 years ago

It's probably because of the input or textarea element in your modal into which you are typing. Have a look at the allowIn parameter.