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:
Run 'komorebic start -c $Env:USERPROFILE\komorebi.json --whkd'
Click 'alt + h and or alt + l'
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @0xRar on GitHub (Oct 20, 2023).
Describe the bug
When starting komorebic with the
--whkdflag the key bindings do not work.To Reproduce
Steps to reproduce the behavior:
komorebic start -c $Env:USERPROFILE\komorebi.json --whkd'Expected behavior
The whkd key bindings will not work.
Operating System
Additional context
When starting komorebic without the
--whkdflag but running the whkd executable it works fine.Fix/Possible Fix
In the
whkdconfig file:whkdrcReplace:
With:
Thank you konstapel & @LGUG2Z for debugging the issue on discord.
@LGUG2Z commented on GitHub (Nov 11, 2023):
I think this was resolved in the Discord so I'll close the issue here 👌