lwzm
9/11/2014 - 1:32 AM

flash_builder_esc.ahk

SetKeyDelay, 0

#IfWinActive, , Flash
$ESC::  ; $Esc:: 开头的 $ 是防止按了Esc后进入重复送出Esc的无穷循环
^l::
Send, {ESC 4}
return
#IfWinActive