Jump to content

Recommended Posts

Posted

Ok then.

If you tell me what you are trying to achieve with this I might be able to help you a little better.

But here is the code to make your left extra mouse button press shift.

#include <Misc.au3>

While 1==1
    If _IsPressed("5") Then
        Send("{LSHIFT}")
    EndIf
WEnd

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...