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 | |
| parent | d75d1ea0cb0b48c6fe35057809013f19fed76a9e (diff) | |
finally added things
Diffstat (limited to '_windows')
| -rw-r--r-- | _windows/ahk/capslock.ahk | 2 | ||||
| -rw-r--r-- | _windows/startup.ps1 | 4 |
2 files changed, 4 insertions, 2 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" diff --git a/_windows/startup.ps1 b/_windows/startup.ps1 index a561fa9..3c64315 100644 --- a/_windows/startup.ps1 +++ b/_windows/startup.ps1 @@ -1,4 +1,4 @@ Push-Location $PSScriptRoot -#.\ahk\run.ps1 -kanata --cfg ../kanata/kanata.kbd +.\ahk\run.ps1 +#kanata --cfg ../kanata/kanata.kbd Pop-Location |
