When I hold down F8, I want it to send shiftdown and hold down the right arrow. And same thing for F7, except left arrow instead of right. Is Send suitable for this or should I rather use IsPressed, or do they get the same thing done?
That's all I got because I am terrible with this. And I imagine I would have to send SHIFTUP upon release which makes this even more confusing to me.
EDIT:
Or how about that?
I'm a bit confused how to release shift still, too.
EDIT 2: Or dis?
Both don't work at same time though. hmm..
[ autoit ]
That's all I got because I am terrible with this. And I imagine I would have to send SHIFTUP upon release which makes this even more confusing to me.
EDIT:
[ autoit ]
Or how about that?
I'm a bit confused how to release shift still, too.
EDIT 2: Or dis?
[ autoit ]
Both don't work at same time though. hmm..