-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Make the 25ms delay in autotype overridable #699
Copy link
Copy link
Closed
Description
With #550 we have introduced a small delay in autotype for Linux (and before that, for other platforms).
This delay is fixed and hardcoded to 25ms.
Some users can't use autotype since it's very slow and have very long email-passwords (like for example #128 (comment))
Possible Solution
- Make the hardcoded delay overridable by the
{DELAY=n}keyword - Add an autotype setting for this global delay [preferred] (like suggested in Slow down auto-type #128 (comment))
The default setting will still be 25ms but we are giving users the option to change this value accordingly to their needs
@hifi asked to assign this to him, I can't since he's not in the Github team so I will assign this to myself
Reactions are currently unavailable