diff options
| author | kkard2 <[email protected]> | 2023-10-16 17:10:04 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-10-16 17:10:04 +0200 |
| commit | e2408a659b2c055ceacf26ee421dd6f9880a033d (patch) | |
| tree | 51f7c78794be28259724727816a7af8450fe4bb1 /_windows | |
| parent | 0b976e98ff5e88cac4157da2e56e90d2c5f1e20a (diff) | |
i'm going insane
Diffstat (limited to '_windows')
| -rw-r--r-- | _windows/ahk/c-w.ahk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_windows/ahk/c-w.ahk b/_windows/ahk/c-w.ahk index a6d77da..e25983e 100644 --- a/_windows/ahk/c-w.ahk +++ b/_windows/ahk/c-w.ahk @@ -1,6 +1,6 @@ #Requires AutoHotkey v2 #SingleInstance Force -#HotIf WinActive("ahk_exe Discord.exe") || WinActive("ahk_exe firefox.exe") +#HotIf WinActive("ahk_exe Discord.exe") || WinActive("ahk_exe firefox.exe") || WinActive("ahk_exe Element.exe") ^w::^Backspace #HotIf |
