angular-hotkeys
angular-hotkeys copied to clipboard
How to open Cheat Sheet from controller
How can I open cheat sheet from controller?
I've tried to trigger "?" combo with Mousetrap.trigger('?')
but it's not working (some $rootScope issue)
hotkeys.toggleCheatSheet(); should do the job.
Way overdue, but just in case someone else stumbles accross this :)
Thanks for reply :)
I would like to know if is possible to cancel the default behaviour of shift+? ... I would like to create my own shortcut to open the cheat sheet.