Skip to content

BUG: remapping doesn't always send key release event #31

Open
@mmazur

Description

@mmazur

Example scenario: caps+hjkl are mapped as arrow keys.

Reproducing the bug:

  1. press KEY_CAPSLOCK
  2. press KEY_H; this sends "KEY_LEFT down"
  3. wait a few seconds for repeat to kick in
  4. release KEY_CAPSLOCK
  5. release KEY_H

Result: "KEY_LEFT up" event is never sent; as far as the OS is concerned, KEY_LEFT stays pressed permanently now.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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