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

Feature Request: add functionality of `symbolize` to public API #223

Open bdkent opened 8 years ago

bdkent commented 8 years ago

I have an admin screen to configure hot keys. I want the values of this screen to mirror those of the cheat sheet (ie, "left" as "←"), so it would be very nice to have some means to access the internal symbolize (combo) function used by the cheat sheet so I don't have to duplicate the same code.

Thoughts?

kfei commented 8 years ago

225