Collective-Software / ClickPaste

Windows 10 notification area app in C# that can paste clipboard contents as keystrokes to whatever location you click.
BSD 3-Clause "New" or "Revised" License
432 stars 31 forks source link

Slow Down Typing #2

Closed ddrinka closed 2 years ago

ddrinka commented 3 years ago

When sending keystrokes to some web-based remote management apps, the default 5ms delay per keystroke in AutoIt overruns the buffer and the pasted text is corrupted.

It'd be great to have a configurable per keystroke delay to slow down typing for my use case.

https://documentation.help/AutoItX/AutoItSetOption.htm#SendKeyDelay

f3rrix commented 3 years ago

Great idea

stephendt commented 3 years ago

Just logged in to mention this is an issue for me as well. A missed keystroke can be pretty frustrating at times. A configurable typing speed would be great.

jeffrechten commented 2 years ago

+1 for this. Looks easy to implement as well.

This tool is one of the most handy things I have come across and the slow typing problem is the only problem I have run into preventing me from using this.

f3rrix commented 2 years ago

To anyone watching the issue: is it a problem for SendKeys mode, or only in AutoIt_Send?

f3rrix commented 2 years ago

Added in v1.0.1