From 7cbfa710afd29c7257be15fb293733793a99c933 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Wed, 1 Nov 2023 13:13:44 +0100 Subject: i have a problem --- _windows/ahk/c-w.ahk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '_windows/ahk') diff --git a/_windows/ahk/c-w.ahk b/_windows/ahk/c-w.ahk index e25983e..edd3dfb 100644 --- a/_windows/ahk/c-w.ahk +++ b/_windows/ahk/c-w.ahk @@ -1,6 +1,9 @@ #Requires AutoHotkey v2 #SingleInstance Force -#HotIf WinActive("ahk_exe Discord.exe") || WinActive("ahk_exe firefox.exe") || WinActive("ahk_exe Element.exe") +#HotIf WinActive("ahk_exe Discord.exe") || + WinActive("ahk_exe firefox.exe") || + WinActive("ahk_exe Element.exe") || + WinActive("ahk_exe wps.exe") ^w::^Backspace #HotIf -- cgit v1.3.1