Jump to content

HotKey = Sign Not Working?


Recommended Posts

I've tried everything. It doesn't work for me?

;First Try
HotKeySet("{=}", "Go")

While 1
Sleep(100)
WEnd

Func Go()
Send("{-}")
Sleep(1500)
Send("{=}")
EndFunc

;Second Try
#include <Misc.au3>

While 1
    Sleep ( 250 )
    If _IsPressed("6B") Then
        MsgBox(0,"Test", "Test")
        ExitLoop
    EndIf
WEnd

--Edit--

Other hotkeys work for me?

Edited by =sinister=
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...