diff --git a/whkdrc.sample b/whkdrc.sample index 810cf249..77c6eac7 100644 --- a/whkdrc.sample +++ b/whkdrc.sample @@ -2,7 +2,7 @@ # Reload whkd configuration # alt + o : taskkill /f /im whkd.exe && start /b whkd # if shell is cmd -alt + o : taskkill /f /im whkd.exe && Start-Process whkd -WindowStyle hidden # if shell is pwsh / powershell +alt + o : taskkill /f /im whkd.exe; Start-Process whkd -WindowStyle hidden # if shell is pwsh / powershell alt + shift + o : komorebic reload-configuration # App shortcuts - these require shell to be pwsh / powershell