angular-hotkeys
angular-hotkeys copied to clipboard
Trigger Key Js
How we could trigger key from our controller, as if i use MouseTrap not work.
took a while to find this, but try:
hotkeys.get('a').callback(); //this will hopefully trigger the key press of 'a'