You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is unrelated to multiple key presses, OR it is and I've confirmed it is not key ghosting.
Describe the bug
I have an M1 MacBook pro and I run kanata as a launchctl service. every time I close my laptop for more than a minute or so I get a message in my terminal like this:
If I leave the computer closed for an extended time I will get many iterations of this message and Kanata will crash.
I am running the latest main branch of Kanata which I cloned and built from source.
Relevant kanata config
;; I'm not sure if my config has anything to do with the issue, but here it is:
(defcfg
process-unmapped-keys yes
)
(defsrc
f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12
caps a s d f j k l ; lsft rsft
)
(defvar
tap-time 150
hold-time 200
)
(defalias
;; aliases for base layer
escctrl (tap-hold 300300 esc lctl)
a (tap-hold $tap-time $hold-time a lmet)
s (tap-hold $tap-time $hold-time s lalt)
f (tap-hold $tap-time $hold-time f lsft)
d (tap-hold $tap-time $hold-time d lctl)
k (tap-hold $tap-time $hold-time k rctl)
j (tap-hold $tap-time $hold-time j rsft)
l (tap-hold $tap-time $hold-time l ralt)
; (tap-hold $tap-time $hold-time ; rmet)
lscaps (tap-dance $tap-time (lsft caps))
rscaps (tap-dance $tap-time (rsft caps))
)
(deflayer base
brdn brup _ _ _ _ prev pp next mute vold volu
@escctrl @a @s @d @f @j @k @l @; @lscaps @rscaps
)
(deflayer fn
f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12
@escctrl _ _ _ _ _ _ _ _ _ _
)
To Reproduce
run Kanata as a launchctl service
close laptop for extended period of time
open laptop and check terminal
Expected behavior
I expected nothing of note to happen. Just for my computer to wake from sleep normally.
Kanata version
built from source with latest main branch version
Debug logs
No response
Operating system
macOS 13.0.1
Additional context
No response
The text was updated successfully, but these errors were encountered:
Please fix the title. Also please add any relevant text when the crash happens; e.g. is there just more of driver connected 0|1 with no other text, or is there different text?
Requirements
Describe the bug
I have an M1 MacBook pro and I run kanata as a launchctl service. every time I close my laptop for more than a minute or so I get a message in my terminal like this:
If I leave the computer closed for an extended time I will get many iterations of this message and Kanata will crash.
I am running the latest main branch of Kanata which I cloned and built from source.
Relevant kanata config
To Reproduce
Expected behavior
I expected nothing of note to happen. Just for my computer to wake from sleep normally.
Kanata version
built from source with latest main branch version
Debug logs
No response
Operating system
macOS 13.0.1
Additional context
No response
The text was updated successfully, but these errors were encountered: