From 0e473763b92642e142fd9a147a84abb578b4e559 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Thu, 15 May 2025 07:35:25 +0200 Subject: finally added things --- _windows/ahk/capslock.ahk | 2 ++ 1 file changed, 2 insertions(+) (limited to '_windows/ahk/capslock.ahk') 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" -- cgit v1.3.1