06-29-2007, 12:40 PM
getsel also presses Ctrl+C. Instead of
getsel
...
key Cc
Try
opt clip 1 ;;don't restore clipboard text
getsel
;and no key Cc
------
You can create this trigger in QM. It is possible to add user-defined triggers to Properties.
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.