Replies: 2 comments 7 replies
-
Could you describe your use case please? If it's GestureDetector then we may need to add pressed keys array to gesture events, like here: https://stackoverflow.com/a/71853874/1435891 |
Beta Was this translation helpful? Give feedback.
7 replies
-
Hi, Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found that only by combining keys can I know if Ctrl has been pressed (such as Ctrl+C), and is there currently a way to know if individual Ctrl, Shift, Windows, and Alt keys have been pressed? I want to combine the Ctrl key with the mouse.
Beta Was this translation helpful? Give feedback.
All reactions