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
Perhaps adding support for {delay=x} as an autotype token can be used to slow down typing speed and reduce instances of items being mistyped as reported in #59.
The text was updated successfully, but these errors were encountered:
I'd like to point out as someone who uses keepmenu + wtype, I regularly see instances where passwords are not correctly typed into websites, presumably because the speed at which wtype "types" the password is too high. I'd be really interested in adding this delay feature.
I've been using ydotool for that reason. It seems like it should be easy to add by adding the -d option to wtype in type.py when the delay token is present or perhaps a global configuration value is set.
Perhaps adding support for
{delay=x}
as an autotype token can be used to slow down typing speed and reduce instances of items being mistyped as reported in #59.The text was updated successfully, but these errors were encountered: