push 500
call Sleep
push 5Bh ;Left windowskey
call GetAsyncKeyState
push eax
push 49h ; I-key
call GetAsyncKeyState
push eax
push 5Ch ;right windowskey
.............
main proc
local msg:MSG
invoke RegisterHotKey,0,0,MOD_WIN,VK_049h ; Windows Key + I