📜  Autoit 热键 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:50.232000             🧑  作者: Mango

代码示例1
HotKeySet("x", "_Close")

While 1
    Sleep(1)
WEnd

Func _Close()
    Exit
EndFunc