diff options
Diffstat (limited to '_windows/ahk/firefox.ahk')
| -rw-r--r-- | _windows/ahk/firefox.ahk | 6 |
1 files changed, 6 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 |
