1. ;Make explorer understand that Ctrl+L means goto location bar.
  2. #IfWinActive ahk_class CabinetWClass
  3. ^l::Send {F4}
  4. #IfWinActive