From 2f8b1b9ac655a0ebd73073f959a74fd84500e91f Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sun, 4 Feb 2024 22:12:06 +0100 Subject: firefox unfocus address bar --- _windows/ahk/firefox.ahk | 6 ++++++ _windows/ahk/run.ps1 | 1 + 2 files changed, 7 insertions(+) create mode 100644 _windows/ahk/firefox.ahk (limited to '_windows/ahk') 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 -- cgit v1.3.1