Skip to content

hi~ GetKeyState("Alt", "T") cant return correctly #39

@wowmacro

Description

@wowmacro

#Include %A_ScriptDir%
#Include IbInputSimulator.ahk
IbSendInit("AnyDriver",1)

$q::
else if GetKeyState("Alt", "T")
{
Send, !q
}
else
{
Send, 1
}
return

I tested with this code.... alt q only be used few times...some times when i press alt and q , and it still send 1...

no idea why

if i use GetKeyState("Alt", "P") , it goes more worse

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions