Jump to content

Recommended Posts

Posted

#NoEnv

SendMode Input

SetWorkingDir %A_ScriptDir%

#G::

loop

{

Send {F10}

Send {F9}

Send ^{click right}

Sleep 500

GetKeyState, state,s

If state = D

Break

}

Exit

there's the script, something about second line missing a separator character

send me a pm or paste the new correct one as a reply thx

Posted

#NoEnv

SendMode Input

SetWorkingDir %A_ScriptDir%

#G::

loop

{

Send {F10}

Send {F9}

Send ^{click right}

Sleep 500

GetKeyState, state,s

If state = D

Break

}

Exit

there's the script, something about second line missing a separator character

send me a pm or paste the new correct one as a reply thx

...and what version of AutoIt is that :-)

[size="1"][font="Arial"].[u].[/u][/font][/size]

Posted

This is not a AutoIt Script... or maybe you are using the older versions. use any newver version of AutoIt.

i could not understand what you want to do...

can you explain more what are you trying to do?

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...