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

Feature request - Indication for when pasting #21

Closed nOrphf closed 1 month ago

nOrphf commented 8 months ago

Hi

Much of my ClickPaste use is passwords into password boxes. Password for service accounts has gotten long for at least some of my customers, but the password field is small. Therefore, when I paste a long password into a password field (Easily 32 characters) I can't see when it's done as I can't see the "dots" move. Besides it's a long password, for ClickPaste to work correctly through Remote desktop I have set wait time to 40 milli so it takes longer to type than the default wait time.

So if, for instance, the system tray icon could turn red (or green) when typing I can look when it goes back to white and I know when it is done.

Regards Lars

P.s. Awsome program!!!

f3rrix commented 8 months ago

That's a great idea