How to detect multiple keys down on KeyDown event? #5920
Answered
by
maxkatz6
ShrutiJaiswal1494
asked this question in
Q&A
-
I want to detect multiple keys down on
|
Beta Was this translation helpful? Give feedback.
Answered by
maxkatz6
May 16, 2021
Replies: 1 comment
-
Your code works fine:
Outputs expected result (Ctrl was pressed first, O was pressed after that with Ctrl kept down):
Condition also works and "xyz" is added to the clipboard. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ShrutiJaiswal1494
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your code works fine:
Outputs expected result (Ctrl was pressed first, O was pressed after that with Ctrl kept down):
Condition also works and "xyz" is added to the clipboard.