Skip to content

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

Description

@eugenesvk

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions