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
416 stars 31 forks source link

Enhancement: config to paste without mouse #16

Closed Atario closed 3 weeks ago

Atario commented 11 months ago

Per #11:

It would be reasonable to make a configuration switch for the hotkey behavior from "turn on select mode" to "just shut up and paste right now, where the caret is"

Frew777 commented 11 months ago

Would be useful

f3rrix commented 11 months ago

Notably it wouldn't help you at all in your VMs, @Frew777

Reftek85 commented 6 months ago

but it would be perfect for RDP

f3rrix commented 6 months ago

I'm not convinced of that, RDP tends to eat hotkeys when it's in focus. But it's still a fine idea to implement regardless.

Reftek85 commented 6 months ago

My main issue with RDP is that the pasting process starts at the first click of the mouse after activation, but i need to double click. The first click to focus on RDP window, and second click to select the input field ex: logon password input field. That cause the first chars to not be pasted at the destination input field as the pasting starts befor the input field selection happens. it would need a pasting delay option. https://github.com/Collective-Software/ClickPaste/issues/22#issue-2261893627