📌  相关文章
📜  单独的 Capslock - 任何代码示例

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

代码示例1
Which is short of:

!^+s::
    if GetKeyState("CapsLock", "T")
        Send Σ
    else 
        Send σ
return