midiworks
Joined: 07 Apr 2006 Posts: 38 Location: Thailand
|
Posted: Fri Apr 07, 2006 10:03 pm Post subject: Paste using "lbutton hold+rbutton click..." how ? |
|
|
Hi,
I am new to AutoHotkey, I tried all single mouse buttons
but didnt like the feel for paste...
So I thought "lbutton hold+rbutton click", would be nice.
Someone knows how to do this please ?
Here I used the Mbutton
;;;;;;;;;;;;;;;;;;;;;;;;;
MButton::
keywait, MButton, t0.1
if errorlevel = 1
{
Send, {CTRLDOWN}v{CTRLUP}
return
}
else
keywait, MButton, d, t0.1
if errorlevel = 0
return
;;;;;;;;;;;;;;;;;;;;;;;;;;
Thanks !  |
|