Automatic clipboard paste
-
Is it possible to do this - text I copy to the clipboard (from any program/app) is automatically pasted into an open Notepad++ file?
-
@Zane-Heard
No, not natively. What I can think of is a python script which would monitor the clipboard continuously
and if it differs from previous capture do the required action. But this means you need to have python script plugin
installed.Cheers
Claudia