brtnshrdr / angular2-hotkeys

Keyboard shortcuts for Angular 2 apps
MIT License
203 stars 95 forks source link

keyboard key not raised when focus on input element #87

Closed Navyasri-Gurram closed 6 years ago

Navyasri-Gurram commented 6 years ago

Hello, i am using angular-hotkeys package in my project. Below is my shortcut key this.hotkeyCtrlB = hotkeysService.add(new Hotkey(['ctrl+s'], this.ctrlsPressed));

My focus is on an input element but i need to perform an action when i click ctrl+s. But my event is not raised here. It works when there is no focus on input. Please help

wittlock commented 6 years ago

I responded to a similar issue in #86 - check my response there and it will hopefully solve your issue.