Skip to content

Instantly share code, notes, and snippets.

View lu0's full-sized avatar
🎹
💻

Lucero Alvarado Ruiz lu0

🎹
💻
  • EPAM Systems
  • Mexico
View GitHub Profile
@lu0
lu0 / toggle-terminal.ahk
Last active March 10, 2023 07:25 — forked from andrewgodwin/QuakeTerminal.ahk
AutoHotkey script to hide/show a Windows Terminal using a keybinding
#NoTrayIcon
#SingleInstance Force
;
; This scripts toggles between states raised and hidden of a Windows Terminal,
; or opens a new one if not opened, using `Super + T` or `Super + Enter`
;
; Supports multiple workspaces or virtual desktops.
;