Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to detect clipboard copy
#7
getsel also presses Ctrl+C. Instead of

getsel
...
key Cc

Try

opt clip 1 ;;don't restore clipboard text
getsel
;and no key Cc

------

Quote:A true trigger on the WM_DRAWCLIPBOARD notification would be preferable

You can create this trigger in QM. It is possible to add user-defined triggers to Properties.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)