leuce Posted May 26, 2011 Posted May 26, 2011 G'day everyone I would like a script to perform a certain action with I press/hold the Win key and the click somewhere. Is it possible to have mouseclick included in a hotkey? Thanks Samuel
leuce Posted May 26, 2011 Author Posted May 26, 2011 I would like a script to perform a certain action with I press/hold the Win key and the click somewhere. Is it possible to have mouseclick included in a hotkey? Okay, I searched my memory and got this: #Include <Misc.au3> While 1 Sleep ("100") If _IsPressed ("5B") Then If _IsPressed ("01") Then MsgBox (0, "", "yes", 0) EndIf EndIf WEnd
Maffe811 Posted May 26, 2011 Posted May 26, 2011 (edited) Read the _IsPressed in the help file!#Include <Misc.au3> _IsPressed($sHexKey, $vDLL = 'user32.dll')Exchange the $sHexKey with either 01 for left mb or 02 for right mbEdit:You got it Edited May 26, 2011 by Maffe811 [font="helvetica, arial, sans-serif"]Hobby graphics artist, using gimp.Automating pc stuff, using AutoIt.Listening to music, using Grooveshark.[/font]Scripts:[spoiler]Simple ScreenshotSaves you alot of trouble when taking a screenshot!Don't remember what happened with this, but aperantly the exe is all i got.If you don't want to run it, simply don't._IsRun UDFIt figures out if the script has ben ran before based on the info in a ini file.If you don't want to use exactly what i wrote, you can use it as inspiration.[/spoiler]
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