[BUG]: whkd key bindings do not work when using --whkd flag. #254

Closed
opened 2026-01-05 14:49:18 +01:00 by adam · 1 comment
Owner

Originally created by @0xRar on GitHub (Oct 20, 2023).

Describe the bug
When starting komorebic with the --whkd flag the key bindings do not work.

To Reproduce
Steps to reproduce the behavior:

  1. Run 'komorebic start -c $Env:USERPROFILE\komorebi.json --whkd'
  2. Click 'alt + h and or alt + l'
  3. See bug

Expected behavior
The whkd key bindings will not work.

Operating System

OS Name:                   Microsoft Windows 10 Pro
OS Version:                10.0.19045 N/A Build 19045

Additional context
When starting komorebic without the --whkd flag but running the whkd executable it works fine.

Fix/Possible Fix
In the whkd config file: whkdrc

Replace:

.shell powershell

With:

.shell cmd

Thank you konstapel & @LGUG2Z for debugging the issue on discord.

Originally created by @0xRar on GitHub (Oct 20, 2023). **Describe the bug** When starting komorebic with the `--whkd` flag the key bindings do not work. **To Reproduce** Steps to reproduce the behavior: 1. Run '`komorebic start -c $Env:USERPROFILE\komorebi.json --whkd`' 2. Click 'alt + h and or alt + l' 3. See bug **Expected behavior** The whkd key bindings will not work. **Operating System** ``` OS Name: Microsoft Windows 10 Pro OS Version: 10.0.19045 N/A Build 19045 ``` **Additional context** When starting komorebic without the `--whkd` flag but running the whkd executable it works fine. **Fix/Possible Fix** In the `whkd` config file: `whkdrc` Replace: ``` .shell powershell ``` With: ``` .shell cmd ``` **Thank you konstapel & @LGUG2Z for debugging the issue on discord.**
adam added the bug label 2026-01-05 14:49:18 +01:00
adam closed this issue 2026-01-05 14:49:18 +01:00
Author
Owner

@LGUG2Z commented on GitHub (Nov 11, 2023):

I think this was resolved in the Discord so I'll close the issue here 👌

@LGUG2Z commented on GitHub (Nov 11, 2023): I think this was resolved in the Discord so I'll close the issue here 👌
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#254