Closed
Description
I installed KMonad on Windows 11 24H2 using the release 0.4.4 binary. I am using the Polish (Programmers) Windows keyboard layout. The keyboard is an SPC Gear GK550 Omnis Kailh Red RGB.
My config.kbd
file looks like this:
(defcfg
;; For Windows
input (low-level-hook)
output (send-event-sink 500 30)
;; This option tells KMonad to let non-configured keys act normal
fallthrough true
)
(defsrc
a s d f g h j k l ;
)
(defalias
alt_a (tap-hold-next-release 800 a lalt)
met_s (tap-hold-next-release 800 s lmet)
ctl_d (tap-hold-next-release 800 d lctl)
sft_f (tap-hold-next-release 800 f lsft)
sft_j (tap-hold-next-release 800 j rsft)
ctl_k (tap-hold-next-release 800 k rctl)
met_l (tap-hold-next-release 800 l rmet)
alt_; (tap-hold-next-release 800 ; ralt)
)
(deflayer homerowmods
@alt_a @met_s @ctl_d @sft_f g h @sft_j @ctl_k @met_l @alt_;
)
To replicate the error, I can run KMonad by opening a Terminal inside of the directory containing kmonad.exe
and config.kbd
and executing
.\kmonad.exe .\config.kbd
The error does not always occur: I would say there are periods where it does not occur at all, and then periods when I can't run KMonad without the error appearing.
The issue appears to be related to #952
Is there any fix other than trying out kanata?
Metadata
Metadata
Assignees
Labels
No labels