Skip to content

Actions are triggered on modifier press / release #571

@benfrankel

Description

@benfrankel

Version

0.14

Operating system & version

Arch Linux v6.9.9-arch1-1

What you did

I have A mapped to action 1 via insert, and Shift + A mapped to action 2 via insert_modified. In my game, I press and hold A, then press and release Shift.

In the following, "triggered" implies action_just_pressed == true.

What you expected to happen

Action 1 gets triggered (on A press).

What actually happened

Action 1 gets triggered (on A press), then action 2 (on Shift press), then action 1 (on Shift release).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions