Jump to content

Problem With Hotkeyset And Send


Recommended Posts

May I be the first to say what???? :think:

The below statement is False.The above statement is True.a lesson I learned from Greenmachine; give a man a code and he'll solve one problem. Teach a man to code and he'll solve all his problems.P.S please don't use autoIt as a virus creator/spyware maker(keyLogger especially)Cick this and help me[center]My Scripts:[/center][center]Port Scanner[/center]

Link to comment
Share on other sites

  • Moderators

Try this:

HotKeySet('x', '_x')

While 1
    Sleep(1000)
WEnd

Func _x()
    HotKeySet('x'); Basically turning the 'x' hotkey off
    Send('x')
    MsgBox(0, 'Test', 'Testing');Do something
    HotKeySet('x', '_x'); Restarting 'x' hotkey
EndFunc

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...