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

For keyName, if I want Ctrl + Shift + plus sign, I declare, keyName="ctrl+shift++", but it does not work #28

Closed
TranVanKung opened this issue Nov 29, 2019 · 3 comments

Comments

@TranVanKung
Copy link

No description provided.

@stevenlundy
Copy link

Possible work around is to use keyName="ctrl+shift+=" since + and = share a key (on most layouts

@jaywcjlove
Copy link
Owner

@TranVanKung https://codepen.io/jaywcjlove/pen/mdyxVPJ

<Hotkeys 
  keyName="ctrl+shift+=" 
  onKeyDown={() => {
    console.log('======')
  }}
/>

@TranVanKung
Copy link
Author

thank you very much !

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

No branches or pull requests

3 participants