Skip to content

Instantly share code, notes, and snippets.

#Requires AutoHotkey v2.0
#SingleInstance Force
#MaxThreadsPerHotkey 1
InstallKeybdHook()
SendMode "Input"
SetKeyDelay -1, -1
SetWinDelay -1
SetControlDelay -1
DetectHiddenWindows true ; the OSD window is hidden ~always; this lets
; WinSetTransparent (and any ahk_id op) address it