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

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -