feat(shortcuts): add helper written in egui

This commit is contained in:
LGUG2Z
2025-05-03 17:37:02 -07:00
parent ee89b344df
commit 228e03efd8
13 changed files with 256 additions and 15 deletions

View File

@@ -5,6 +5,8 @@
alt + o : taskkill /f /im whkd.exe; Start-Process whkd -WindowStyle hidden # if shell is pwsh / powershell
alt + shift + o : komorebic reload-configuration
alt + i : komorebic toggle-shortcuts
# App shortcuts - these require shell to be pwsh / powershell
# The apps will be focused if open, or launched if not open
# alt + f : if ($wshell.AppActivate('Firefox') -eq $False) { start firefox }