Skip to content

Suppress repeating hotkey presses #473

@CryZe

Description

@CryZe

It seems like on most platforms our hotkeys currently repeat when you keep the key pressed.

  • Windows (There's no way to differentiate, we probably have to track the pressed, released status ourselves)
  • Linux (Easy to deal with on evdev)
  • macOS (The event has a EventField::KeyboardEventAutorepeat field that we need to take into account)
  • Web (The event has a repeat field that we need to take into account)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAn improvement for livesplit-core.featureA new user visible feature for livesplit-core.hotkeyThis is about the hotkey implementation.suitable for contributionsThe issue is suitable those who are contributing to livesplit-core.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions