(Windows)[alt]キーのダブルプレスのショートカットで Chromeを起動する

●(Windows)[alt]キーのダブルプレスのショートカットで Chromeを起動する

# [alt]キーダブルタップで Chrome起動
~LAlt:: ;~ prefix when the hotkey fires, its key's native function will not be blocked
IF !(A_TickCount < LAlt)
{
  KeyWait, LAlt
  LAlt := A_TickCount + 500
  Return
}
LAlt =
Run chrome.exe
Return
No.1978
03/31 11:06

edit