summaryrefslogtreecommitdiff
path: root/_windows
diff options
context:
space:
mode:
Diffstat (limited to '_windows')
-rw-r--r--_windows/ahk/firefox.ahk6
-rw-r--r--_windows/ahk/run.ps11
2 files changed, 7 insertions, 0 deletions
diff --git a/_windows/ahk/firefox.ahk b/_windows/ahk/firefox.ahk
new file mode 100644
index 0000000..2a32317
--- /dev/null
+++ b/_windows/ahk/firefox.ahk
@@ -0,0 +1,6 @@
+#Requires AutoHotkey v2
+#SingleInstance Force
+
+#HotIf WinActive("ahk_exe firefox.exe")
+^+l::F6
+#HotIf
diff --git a/_windows/ahk/run.ps1 b/_windows/ahk/run.ps1
index ee80221..6570e95 100644
--- a/_windows/ahk/run.ps1
+++ b/_windows/ahk/run.ps1
@@ -4,4 +4,5 @@ Push-Location $PSScriptRoot
.\discord.ahk
.\element.ahk
.\c-w.ahk
+.\firefox.ahk
Pop-Location