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

hotkey with ctrl+alt++ is not working #279

Open sanjayradadiya opened 6 years ago

sanjayradadiya commented 6 years ago

i am trying to add hotkey for ctrl+alt++ but it is not seems to be work.

aramando commented 6 years ago

Hi, @sanjayradadiya, that hotkey won't work because the + symbol is part of the hotkey definition syntax used by the Mousetrap library that angular-hotkeys is based on.

If you are trying to bind the + key on the numeric keypad you need to use the special keyword plus. If not then let me remind you that is the only + key; the other one is actually the = key, and you should use that symbol in your hotkey definition.