summaryrefslogtreecommitdiff
path: root/_windows/ahk/c-w.ahk
diff options
context:
space:
mode:
Diffstat (limited to '_windows/ahk/c-w.ahk')
-rw-r--r--_windows/ahk/c-w.ahk6
1 files changed, 6 insertions, 0 deletions
diff --git a/_windows/ahk/c-w.ahk b/_windows/ahk/c-w.ahk
new file mode 100644
index 0000000..a6d77da
--- /dev/null
+++ b/_windows/ahk/c-w.ahk
@@ -0,0 +1,6 @@
+#Requires AutoHotkey v2
+#SingleInstance Force
+
+#HotIf WinActive("ahk_exe Discord.exe") || WinActive("ahk_exe firefox.exe")
+^w::^Backspace
+#HotIf