diff options
| author | kkard2 <[email protected]> | 2025-05-15 07:35:25 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2025-05-15 07:35:25 +0200 |
| commit | 0e473763b92642e142fd9a147a84abb578b4e559 (patch) | |
| tree | e86879bfab63f56ada5c601533a80e0f27470b5f /_windows/ahk/capslock.ahk | |
| parent | d75d1ea0cb0b48c6fe35057809013f19fed76a9e (diff) | |
finally added things
Diffstat (limited to '_windows/ahk/capslock.ahk')
| -rw-r--r-- | _windows/ahk/capslock.ahk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_windows/ahk/capslock.ahk b/_windows/ahk/capslock.ahk index 34a7379..85f81e4 100644 --- a/_windows/ahk/capslock.ahk +++ b/_windows/ahk/capslock.ahk @@ -5,6 +5,7 @@ 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") +GroupAdd("IDE", "ahk_exe devenv.exe") GroupAdd("Browser", "ahk_exe msedge.exe") GroupAdd("Browser", "ahk_exe firefox.exe") @@ -93,6 +94,7 @@ m::PgDn 3::HarpoonRun("ahk_group Browser") 4::HarpoonRun("ahk_exe Element.exe") 5::HarpoonRun("ahk_exe code.exe") +0::HarpoonRun("ahk_exe WINWORD.EXE") e::HarpoonRun("ahk_class CabinetWClass") Esc::Run "taskmgr" |
