How to prevent triggering shortcut with simple modifiers when pressing complex shortcut? #274
Unanswered
winston0410
asked this question in
Q&A
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 |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi I am trying to implement custom undo and redo in my application, and I have two handlers using
use:shortcutAt the moment I notice that, when I hit
ctrl + shift + zon my keyboard, theundocallback which is binded toctrl + zwill be triggered too. Is it a bug or a known limitation with handlingkeydownevent in browser?All reactions