;Outlook to the front :*://ol:: WinActivate,Inbox - Microsoft Outlook Return ;Firefox :*://ff:: WinActivate,ahk_class MozillaUIWindowClass Return ;Eclipse to the front :*://ec:: WinActivate,ahk_class SWT_Window0 Return ;Send a Ctrl-W (exit) :*://ex:: Send,^w Return ;Lock the desktop (Win-L) #l:: Goto,LOCK ;Lock the desktop :*://ll:: Goto,LOCK LOCK: WinMinimizeAll FormatTime time Run rundll32.exe user32.dll`, LockWorkStation MsgBox 4160, Welcome back, Locked at %time%, return