Skip to content

Mod-tap: allow sending modifier immediately on key down #881

@lyallcooper

Description

@lyallcooper

As far as I can tell from the various configuration options around hold-tap, there is no way to replicate this desired behavior:

key: &mt LGUI ESC

Within tapping term (unless interrupted when using hold-preferred or balanced flavors):
key down: LGUI down event sent
key up: LGUI up event sent, then ESC down + up sent

When held longer than tapping term:
key down: LGUI down event sent
key up: LGUI up event sent


Why this is useful:

This allows someone to e.g. GUI + click immediately after pressing the key, instead of having to wait for the tapping term to expire first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions