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

Programmatically open hotkeys dialog #269

Closed antjori closed 7 years ago

antjori commented 7 years ago

Hey @chieffancypants,

Thank you for this awesome feature! :smiley:

Is it possible to open the hotkeys dialog programmatically? If so, is it possible to provide a way to accomplish it?

Thanks.

aramando commented 7 years ago

hotkeys.toggleCheatSheet() :-)

(see https://github.com/chieffancypants/angular-hotkeys/blob/master/src/hotkeys.js#L580)

antjori commented 7 years ago

Thank you so much @aramando :+1:

I'll give it a try!!