firecat53 / keepmenu

Dmenu/Rofi frontend for Keepass databases
GNU General Public License v3.0
204 stars 32 forks source link

Add support for {delay=x} autotype token to slow down typing #63

Open firecat53 opened 4 years ago

firecat53 commented 4 years ago

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.

firecat53 commented 2 years ago

Note that this is different than the current {DELAY x} which just inserts a pause between fields, not between characters.

ndcontini commented 1 year ago

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.

firecat53 commented 1 year ago

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.