diff options
| author | kkard2 <[email protected]> | 2024-02-04 22:12:06 +0100 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2024-02-04 22:12:06 +0100 |
| commit | 2f8b1b9ac655a0ebd73073f959a74fd84500e91f (patch) | |
| tree | d41a1ae9d17957e70d608d1721e5bf5d47dad324 /_windows/ahk | |
| parent | 6be1be1602904ea248cfe3675f8b5fd708959114 (diff) | |
firefox unfocus address bar
Diffstat (limited to '_windows/ahk')
| -rw-r--r-- | _windows/ahk/firefox.ahk | 6 | ||||
| -rw-r--r-- | _windows/ahk/run.ps1 | 1 |
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 |
