iHonda Posted December 19, 2008 Posted December 19, 2008 is it possible to use a mouse button as a hotkey? and if so how?? i know the whole hotkeyset thing just tell me what needs to be typed for it to bind to a mouse button lol A great place to start Autoit 1-2-3
UnknownWarrior Posted December 19, 2008 Posted December 19, 2008 I would just use: If _IsPressed("01") Then ;---code EndIf
Achilles Posted December 19, 2008 Posted December 19, 2008 I would just use:If _IsPressed("01") Then ;---codeEndIfThat can easily run the block inside the If Then statement multiple times. Unless there is some sort of pause in the If Then statement (or having the code inside the statement run multiple times doesn't matter), then you probably shouldn't use that. My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now