summaryrefslogtreecommitdiff
path: root/_windows/ahk/c-w.ahk
blob: edd3dfbc7a22ba88b1902ef5a5e5545be588545b (plain)
1
2
3
4
5
6
7
8
9
#Requires AutoHotkey v2
#SingleInstance Force

#HotIf WinActive("ahk_exe Discord.exe") ||
    WinActive("ahk_exe firefox.exe") ||
    WinActive("ahk_exe Element.exe") ||
    WinActive("ahk_exe wps.exe")
^w::^Backspace
#HotIf