diff options
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 |
