If you're on Windows, just add this code to your main AutoHotkey script: Capslock::SetTitleMatchMode, 2If WinExist("ahk_class Chrome_WidgetWin_0"){WinActivateWinWaitActiveSend ^tSend ^l}else{Run ...
Many of you are probably already familiar with AutoHotKey. This small and free utility lets you automate tasks and make your PC work exactly the way you want it to. The program is driven by a custom ...