Replies: 4 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.
-
Hi, Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi, Best regards |
Beta Was this translation helpful? Give feedback.
-
Ok keyboard package from Pypi does the job for me. Sorry for the inconvenience. Best regards |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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