Skip to content

Instantly share code, notes, and snippets.

@Shadow6363
Shadow6363 / Console2.ahk
Created March 14, 2012 19:23 — forked from pmirshad/QuakeCon.ahk
AutoHotKey Script for Console2
; Launch console if necessary; hide/show on Ctrl+`
^`::
DetectHiddenWindows, on
IfWinExist ahk_class Console_2_Main
{
IfWinActive ahk_class Console_2_Main
{
WinHide ahk_class Console_2_Main
; need to move the focus somewhere else.
WinActivate ahk_class Shell_TrayWnd