You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functionExampleComponent(){useHotkeys('alt + ctrl + o',()=>alert('Key a was pressed'))return(<span>Press the a key to see it work.</span>)}
does order matter/should order matter?
will it compare the combined combination ?
because i was expecting that if i only pressed in the combination then only it will work!
but it worked in all combination
if order matters for some people, I was thinking to contribute to the project, where you mention if you want sritct hot key, then it will match the order!
The text was updated successfully, but these errors were encountered:
KMJ-007
changed the title
Order of commands does it matter or should it matter ?
Order of keys- does it matter or should it matter ?
Apr 16, 2023
I have this small doubt,
I have command alt+ctrl+o,
but it also works when I press ctrl+alt+o
does order matter/should order matter?
will it compare the combined combination ?
because i was expecting that if i only pressed in the combination then only it will work!
but it worked in all combination
if order matters for some people, I was thinking to contribute to the project, where you mention if you want sritct hot key, then it will match the order!
The text was updated successfully, but these errors were encountered: