Skip to content

Instantly share code, notes, and snippets.

View victor-miranda-beltran's full-sized avatar

Victor Miranda victor-miranda-beltran

View GitHub Profile
@victor-miranda-beltran
victor-miranda-beltran / QuakeTerminal.ahk
Created April 18, 2021 11:51 — forked from andrewgodwin/QuakeTerminal.ahk
AutoHotkey script for making Windows Terminal appear/disappear with a single keypress
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
F12::ToggleTerminal()
ShowAndPositionTerminal()
{
WinShow ahk_class CASCADIA_HOSTING_WINDOW_CLASS