Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Monitor the clipboard
#1
Hello,

a question for which i cannot find the answer in the forum..

Is it possible to 'monitor' the clipboard endlessly?

So if something is copied to the clipboard, it is noticed and i can 'grab' some information from it. When something else is copied, is searches again for this info etc.

Thx
#2
Clipboard copy triggers
#3
I looked at this, but cannot get it to work?

i entered a regex, when something is copied to the clipboard, nothing happens...
#4
Try this macro. It runs when any text is copied.
Macro Macro1841
Trigger ^Clipboard_copy "."     Help - how to add the trigger to the macro
Code:
Copy      Help
str s.getclip
out s
#5
trigger edit box in the toolbar?

I cannot find it or don't know what you mean by that... i'm sorry :?
#6
It is between Properties and Save buttons. Or just enter . as regex in Properties dialog.


Forum Jump:


Users browsing this thread: 1 Guest(s)