Thinkai's Blog

Autohotkey|Python|php|aardio|VOIP|IT 爱好者

按键映射【按住】Autohotkey 10704

作者为 发表

Autohotkey

f::
Send, {LButton Down}
Loop
{
GetKeyState, state, f, P
;循环获取f键的按下状态,如果抬起,释放左键 中断循环
if state = U
    {
    Send, {LButton Up}
    Break
    }
}
Return

f键按下,不发送f,按住鼠标左键知道松开f。


来了就留个评论吧! 4个评论




友情链接:Autohotkey中文帮助Autohotkey官网Autohotkey中文网联系作者免GooglePlay APK下载

 主题设计 • skyfrit.com  Thinkai's Blog | 保留所有权利

60 queries in 1.834 seconds |