summaryrefslogtreecommitdiff
path: root/_windows/ahk/c-w.ahk
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-10-03 16:30:54 +0200
committerkkard2 <[email protected]>2023-10-03 16:30:54 +0200
commit71c6a6073bcb1ab8ffaa660905af88df351544cc (patch)
tree1191013ae4b656901e247e25140165fac09209e4 /_windows/ahk/c-w.ahk
parent01500d282fd4bc587274c54c688ac05db17fd1ed (diff)
console
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