KeyWaitがAppsKeyとLWin, RWinで動かないんだけど、おま環かな。
同じ方法でInsertやF1、CapsLockなんかは動いてくれてるのに。

AppsKey::
KeyWait, AppsKey, T0.3
If (ErrorLevel)
{
MsgBox
}
Else
{
Send, AppsKey
}
KeyWait, AppsKey
Return

LWin::
RWin::
KeyWait, %A_ThisHotKey%, T0.3
If (ErrorLevel)
{
MsgBox
}
Else
{
Send, {%A_ThisHotKey%}
}
KeyWait, %A_ThisHotKey%
Return