Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to track capslock raw keydown/up events? #141

Open
eugenesvk opened this issue Nov 20, 2024 · 0 comments
Open

Is it possible to track capslock raw keydown/up events? #141

eugenesvk opened this issue Nov 20, 2024 · 0 comments

Comments

@eugenesvk
Copy link
Contributor

As far as I understood, the key monitor EventMonitor can't track raw key down/up events for modifier keys, it instead tracks modifier key change state (but not keydown/up), which for CapsLock is deficient, e.g., caps key up doesn't change modifier state, so generates no event.
It also seems to be a global deficiency of the underlying Apple framework cacao uses.

Or maybe I've missed something and there is a way to get true raw keyboard events for a cacao app?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant