diff options
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 |
