I'm having trouble with GetKeyState in AHK

前端 未结 0 350
独厮守ぢ
独厮守ぢ 2021-02-10 11:08

Below is an alt+tab program I wrote that, for some reason, won\'t work.

while x = 1
{
    mb1 := GetKeyState(j)
    mb2 := GetKeyState(k)
    if (mb1 = 1) and (mb         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题