diff options
| author | kkard2 <[email protected]> | 2023-07-25 10:06:45 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-25 10:06:45 +0200 |
| commit | 679d3de96a117ef934678445016029cb79a69f69 (patch) | |
| tree | 9d86390944e9a729f8162d5b304033b0d92c5a87 | |
| parent | d46c0dc044de20255095f6fd26fbed0df7de8b5b (diff) | |
at last, ff switch
| -rw-r--r-- | _windows/ahk/capslock.ahk | 5 |
1 files changed, 4 insertions, 1 deletions
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") |
