ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Auto copy information from clipboard to MS Word

<< < (3/3)

laburj:
AndyM, you are right! but i want to copy text, images and formatted text! if copying will be in background, it will be better, but your variant also is good!

AndyM:
but i want to copy text, images and formatted text!
--- End quote ---
If you can select the image or formatted text, can't you copy it with a hotkey?

rjbull:
i want to copy text, images and formatted text!
-laburj (April 24, 2010, 02:58 PM)
--- End quote ---

The links tomos quoted are for plain-text programs.  If that was all you wanted, I'd also have pointed out that even the free version of the NoteTab editor allows you to assign a file as a collector for clips.  But, if you must have images and formatted text, I expect you will have to pay for shareware like ClipMate or possibly the payware version of ClipCache, which I haven't tried.  The latter does have a feature to merge clips in various ways.

laburj:
can't you copy it with a hotkey?
--- End quote ---
sorry, i can)

laburj:
If anybody need some script


--- ---#\::
CoordMode, Mouse, Screen ;включаем систему координат по экрану
MouseGetPos, xpos, ypos, id, control
WinGetTitle, title, ahk_id %id%
WinGetClass, class, ahk_id %id%
WinWait ahk_class OpusApp
WinActivate
Send ^v
sleep, 100
WinActivate ahk_id %id%
MouseMove, xpos, ypos
return
but it doesn't work in background

Navigation

[0] Message Index

[*] Previous page

Go to full version