書いたファイルとIME.ahkのポップアップとに関係あるんか?
$^l::
imeMode := IME_Get()
if (%imeMode% = 0)
{
Send ^l
return
}
else
{
IME_SET(0)
Send ^!l
return
}