From 71c6a6073bcb1ab8ffaa660905af88df351544cc Mon Sep 17 00:00:00 2001 From: kkard2 Date: Tue, 3 Oct 2023 16:30:54 +0200 Subject: console --- _windows/ahk/c-w.ahk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 _windows/ahk/c-w.ahk (limited to '_windows/ahk/c-w.ahk') diff --git a/_windows/ahk/c-w.ahk b/_windows/ahk/c-w.ahk new file mode 100644 index 0000000..a6d77da --- /dev/null +++ b/_windows/ahk/c-w.ahk @@ -0,0 +1,6 @@ +#Requires AutoHotkey v2 +#SingleInstance Force + +#HotIf WinActive("ahk_exe Discord.exe") || WinActive("ahk_exe firefox.exe") +^w::^Backspace +#HotIf -- cgit v1.3.1