How to prevent triggering shortcut with simple modifiers when pressing complex shortcut? #274
Replies: 1 comment 2 replies
-
Hello @winston0410, good question! In this use case, the That being said, your question actually prompted me to think about the exclusiveness of multiple overlapping definitions. For example if both |
Beta Was this translation helpful? Give feedback.
-
Hi I am trying to implement custom undo and redo in my application, and I have two handlers using
use:shortcut
At the moment I notice that, when I hit
ctrl + shift + z
on my keyboard, theundo
callback which is binded toctrl + z
will be triggered too. Is it a bug or a known limitation with handlingkeydown
event in browser?Beta Was this translation helpful? Give feedback.
All reactions