i wannna be able to press Middle Button for simulating Shift+Middle Button or Left Button+Middle Button function (both make same thing) with AutoHotkey. this is for panning with middle button in Sketchup software. i tried many things but none of them worked for me.
for example i wrote that:
MButton:: send, {Shift & MButton down} keywait, MButton MButton Up:: send, {Shift & MButton Up} Return
this function has to work like X-Mouse Button's: during function. when i press the button it has to press the other keys simultaneously. and release in the same way.
so, what can i do?