angular-hotkeys icon indicating copy to clipboard operation
angular-hotkeys copied to clipboard

Trigger Key Js

Open MoatazAbdallh opened this issue 10 years ago • 1 comments

How we could trigger key from our controller, as if i use MouseTrap not work.

MoatazAbdallh avatar Oct 11 '15 09:10 MoatazAbdallh

took a while to find this, but try: hotkeys.get('a').callback(); //this will hopefully trigger the key press of 'a'

moonraking avatar Aug 05 '16 16:08 moonraking