Skip to content

[feature request] synthesizing multiple hotkeys per instance of skhd #128

@patrickhpan

Description

@patrickhpan

It would be great for skhd to accept multiple -k or -t options to allow synthesizing keypresses many times per one execution of skhd.

Usecase: I'm attempting to make a vim-like mode using skhd and an external program. To run commands such as "20b", I'd need to synthesize "alt - left" 20 times in a row. Running something like for i in $(seq 1 20); skhd -k "alt - left" leads to considerable lag, as starting skhd 20 times incurs significant overhead.

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