Replies: 2 comments
-
Thank you for your issue. Give us a little time to review it. PS. You might want to check the FAQ if you haven't done so already. This is an automated reply, generated by FAQtory |
Beta Was this translation helpful? Give feedback.
0 replies
-
Terminals do not support key up / down events without an extension. That extension is not supported everywhere. We may at some point add those additional events, but if you use them you will exclude a number of users from your app. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Textualize only seems to provide KeyPresses: Key Event, but not separate KeyDown, KeyUp events.
For my application I'd need KeyDown, KeyUp separately.
Discussed also here, where a pynput-based implementation of recognized KeyDown/KeyUp is also shown.
Beta Was this translation helpful? Give feedback.
All reactions