Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sanjayradadiya opened this issue Feb 26, 2018 · 1 comment
Open

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

sanjayradadiya opened this issue Feb 26, 2018 · 1 comment

Comments

@sanjayradadiya
Copy link

sanjayradadiya commented Feb 26, 2018

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

@aramando
Copy link

aramando commented Feb 27, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants