Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Key repeat option for commands #734

Open
SweaterFish opened this issue Apr 30, 2024 · 0 comments
Open

Request: Key repeat option for commands #734

SweaterFish opened this issue Apr 30, 2024 · 0 comments

Comments

@SweaterFish
Copy link

This could be considered the same issue as #61 which was resolved, but only for macros. Key repeat may be desirable for commands as well, though.

An Example

f9 = command(amixer sset Master 1-)
f10 = command(amixer sset Master 1+)

Currently, the keys have to be pressed repeatedly to emit the command multiple times and adjust volume through multiple steps.

If the fix used for #61 also worked for commands, it would provide a more natural volume adjustment. This would also be useful in other similar cases.

Similar to macro2(), it might be desirable for key repeats to be defined as an option for commands rather than the only behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant