mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: whkd key bindings do not work when using --whkd flag. #254
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 👌