Closed Simsala91 closed 9 months ago
Good idea, but it would make more sense to let users redefine the delay rather than the frequency. So something like repeat_delay
with a default value of 100 (ms). I should also try to make this configurable for either all repeats or at a custom action level.
Implemented in 3.4.0, which is still in alpha as I implement other feature requests. repeat_delay
can be set in either the root of the config or in custom actions as follows:
repeat_delay: 500
custom_actions:
volume_up:
hold_action:
action: repeat
repeat_delay: 10
volume_down:
hold_action:
action: repeat
repeat_delay: 10
Ready to for testing and feedback in 3.4.0-beta.001!
Tested both global setting and global setting + individual setting for action and looks very good , everything responding as expected 👍 Thank you! :)
Currently, when you hold a button or the touchpad, it will repeat the action 10x per second. Personally, I think this is too much. But this mostly comes down to personal preference.
Describe the solution you'd like Add an option that changes how often a button is repeated per second. This could be an optional config for the card, for example: