diff options
| author | kkard2 <[email protected]> | 2023-11-01 13:13:44 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-11-01 13:13:44 +0100 |
| commit | 7cbfa710afd29c7257be15fb293733793a99c933 (patch) | |
| tree | 9f4c0623c5c5f12fd343c21c279e459e2429b8fe | |
| parent | e2408a659b2c055ceacf26ee421dd6f9880a033d (diff) | |
i have a problem
| -rw-r--r-- | _windows/ahk/c-w.ahk | 5 |
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 |
