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

Wildcard combo? #277

Open bernardoadc opened 6 years ago

bernardoadc commented 6 years ago

I want to attach a "keyup" action for any combo. How do I do that? PS: action "keyup" to a normal combo did not worked for me. Should it be as a string or array? (neither way did work) PS2: is it possible to set multiple combos for the same callback at once?