topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 9:59 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - laburj [ switch to compact view ]

Pages: [1]
1
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

2
can't you copy it with a hotkey?
sorry, i can)

3
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!

4
mouser, thank you! i try it, but it is doesn't work with images and formatted text ((

tomos, thank you for links!

5
do you know clipboard program which can to paste in reverse chronological order from history? it can be help in such situation

6
Hi all!

i need for utility, which will monitor for changes in clipboard and then clipboard will changed (for example, i copy text from browser Opera), information (text, formatted text, images, etc) automatically copy in opened document Microsoft Word in background and also add linefeed character.
help me?

Ps. Sorry for bad english!

Pages: [1]