Mouse & Keyboard press combination keystroke for Mouse click - Autohotkey -
i wannna able press middle button simulating shift+middle button or left button+middle button function (both make same thing) autohotkey. panning middle button in sketchup software. tried many things none of them worked me.
for example wrote that:
mbutton:: send, {shift & mbutton down} keywait, mbutton mbutton up:: send, {shift & mbutton up} return
this function has work x-mouse button's: during function. when press button has press other keys simultaneously. , release in same way.
so, can do?
i did it!
the solution:
mbutton::send {shift down}{mbutton down} keywait, mbutton mbutton up::send {shift up}{mbutton up} return
Comments
Post a Comment