From 679d3de96a117ef934678445016029cb79a69f69 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Tue, 25 Jul 2023 10:06:45 +0200 Subject: at last, ff switch --- _windows/ahk/capslock.ahk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_windows/ahk/capslock.ahk b/_windows/ahk/capslock.ahk index b027720..723dc43 100644 --- a/_windows/ahk/capslock.ahk +++ b/_windows/ahk/capslock.ahk @@ -6,6 +6,9 @@ GroupAdd("IDE", "ahk_exe code.exe") GroupAdd("IDE", "ahk_exe code-insiders.exe") GroupAdd("IDE", "ahk_exe webstorm64.exe") +GroupAdd("Browser", "ahk_exe msedge.exe") +GroupAdd("Browser", "ahk_exe firefox.exe") + CapsLockState := false HarpoonLastWindowIndex := 0 @@ -70,7 +73,7 @@ m::PgDn `::HarpoonRun("ahk_exe WindowsTerminal.exe") 1::HarpoonRun("ahk_exe Discord.exe") 2::HarpoonRun("ahk_group IDE") -3::HarpoonRun("ahk_exe msedge.exe") +3::HarpoonRun("ahk_group Browser") 4::HarpoonRun("ahk_exe Element.exe") 5::HarpoonRun("ahk_exe code.exe") e::HarpoonRun("ahk_class CabinetWClass") -- cgit v1.3.1