diff options
Diffstat (limited to '_windows/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" |
