diff options
| author | kkard2 <[email protected]> | 2023-07-21 10:56:44 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-21 10:56:44 +0200 |
| commit | d46c0dc044de20255095f6fd26fbed0df7de8b5b (patch) | |
| tree | b54c6979968d83bbea8e3f5cbac4876432f8e6ed | |
| parent | 6896a1c673bdf4b6638b5ae6222cebf90d5b3ad1 (diff) | |
i will config neovim... eventually...
| -rw-r--r-- | _windows/ahk/capslock.ahk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/_windows/ahk/capslock.ahk b/_windows/ahk/capslock.ahk index 0fb67bb..b027720 100644 --- a/_windows/ahk/capslock.ahk +++ b/_windows/ahk/capslock.ahk @@ -1,6 +1,11 @@ #Requires AutoHotkey v2 #SingleInstance Force +GroupAdd("IDE", "ahk_exe rider64.exe") +GroupAdd("IDE", "ahk_exe code.exe") +GroupAdd("IDE", "ahk_exe code-insiders.exe") +GroupAdd("IDE", "ahk_exe webstorm64.exe") + CapsLockState := false HarpoonLastWindowIndex := 0 @@ -64,7 +69,7 @@ m::PgDn ; harpoon `::HarpoonRun("ahk_exe WindowsTerminal.exe") 1::HarpoonRun("ahk_exe Discord.exe") -2::HarpoonRun("ahk_exe rider64.exe") +2::HarpoonRun("ahk_group IDE") 3::HarpoonRun("ahk_exe msedge.exe") 4::HarpoonRun("ahk_exe Element.exe") 5::HarpoonRun("ahk_exe code.exe") |
