You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for creating and maintaining this excellent project that allows Linux users to take full advantage of their Logitech devices.
Feature request: I would like to know if it's currently possible to add delays between keypresses when creating a sequence of key actions, and if not, whether this feature could be implemented.
My use case
When configuring button actions to trigger multiple keypresses, I would like to be able to specify a small delay between each keypress. Currently, it seems all keys are triggered at almost the same time, which doesn't work well for certain applications and workflows where timing between keypresses matters.
Current research
I've thoroughly searched through the repository issues, wiki documentation, and configuration examples, but couldn't find any information about adding delays between keypresses. I found some related discussions about gesture reaction time (issue #128), but nothing specifically addressing keypress delays.
Proposed implementation
If this feature doesn't exist yet, perhaps it could be implemented in one of these ways:
Adding a delay or sleep property within keypress sequences in the configuration file
Supporting a special syntax for delays in keypress strings
Creating a new action type specifically for timed keypress sequences
Example of how this might look in the config file:
Hello LogiOps maintainers,
First of all, thank you for creating and maintaining this excellent project that allows Linux users to take full advantage of their Logitech devices.
Feature request: I would like to know if it's currently possible to add delays between keypresses when creating a sequence of key actions, and if not, whether this feature could be implemented.
My use case
When configuring button actions to trigger multiple keypresses, I would like to be able to specify a small delay between each keypress. Currently, it seems all keys are triggered at almost the same time, which doesn't work well for certain applications and workflows where timing between keypresses matters.
Current research
I've thoroughly searched through the repository issues, wiki documentation, and configuration examples, but couldn't find any information about adding delays between keypresses. I found some related discussions about gesture reaction time (issue #128), but nothing specifically addressing keypress delays.
Proposed implementation
If this feature doesn't exist yet, perhaps it could be implemented in one of these ways:
delay
orsleep
property within keypress sequences in the configuration fileExample of how this might look in the config file:
Thank you for considering this feature request. Please let me know if you need any additional information or clarification regarding this request.
The text was updated successfully, but these errors were encountered: