summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-11-01 13:13:44 +0100
committerkkard2 <[email protected]>2023-11-01 13:13:44 +0100
commit7cbfa710afd29c7257be15fb293733793a99c933 (patch)
tree9f4c0623c5c5f12fd343c21c279e459e2429b8fe
parente2408a659b2c055ceacf26ee421dd6f9880a033d (diff)
i have a problem
-rw-r--r--_windows/ahk/c-w.ahk5
1 files changed, 4 insertions, 1 deletions
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