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

Feature Request: Add support for delays between keypresses in keypress actions #498

Open
mathe00 opened this issue Mar 23, 2025 · 0 comments

Comments

@mathe00
Copy link

mathe00 commented Mar 23, 2025

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:

  • 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:

{
  "name": "My Button",
  "keypress": [
    {"key": "KEY_CTRL"},
    {"key": "KEY_C", "delay_after": 100},  // 100ms delay after pressing Ctrl+C
    {"key": "KEY_V"}
  ]
}

Thank you for considering this feature request. Please let me know if you need any additional information or clarification regarding this request.

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