Posted: Sat Nov 06, 2010 4:55 pm Post subject: Autohotkey Help
I want to make a script in autohotkey that causes 'w' to be held down as long as BOTH the Left mouse button and the right mouse button are held down.
I have tried a simple code like this
Code:
lbutton & rbutton::send w
When this code was active, you could not use the left mouse button. The right mouse button worked fine, but the left mouse button would not work at all.
Another problem with this script is that the 'w' key is only pressed down once, and not held.
So I want the left and right mouse buttons to work fine by themselves, but to hold down 'w' when pressed together.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum