chieffancypants / angular-hotkeys

Configuration-centric keyboard shortcuts for your Angular apps.
http://chieffancypants.github.io/angular-hotkeys/
MIT License
1.68k stars 248 forks source link

function to close CheatSheet #211

Open piernik opened 8 years ago

piernik commented 8 years ago

I'm using my own template based on angular bootstrap modal. Works great except one thing. Escape key. With angular bootstrap esc key is closing modal and I trigger toggleCheatSheet(). Problem is that in Your script esc also triggers toggleCheatSheet() and in result it closes and opens.

Can You add function to close CheatSheet? Then I could trigger closeCheatSheet not toggle.