kanata
kanata copied to clipboard
Bug: No keys are sending on Mac
Requirements
- [X] I've searched platform-specific issues, issues and discussions to see if this has been reported before.
Describe the bug
Keys are not being sent, but are being seen/heard by Kanata
Relevant kanata config
Using the minimal.kbd
(defcfg
process-unmapped-keys yes
)
(defsrc
caps grv i
j k l
lsft rsft
)
(deflayer default
@cap @grv _
_ _ _
_ _
)
(deflayer arrows
_ _ up
left down rght
_ _
)
(defalias
cap (tap-hold-press 200 200 caps lctl)
grv (tap-hold-press 200 200 grv (layer-toggle arrows))
)
To Reproduce
- Run kanata with
minimal.kbd
(with sudo) - Press back tick
- See the keys being picked up in the terminal
- Key presses not being seen in the text editor (back tick, or arrows moving the cursor)
Video:
https://github.com/user-attachments/assets/a8f081fe-e79f-42b4-bb2c-d223537c1d4f
Expected behavior
Keys would be sent. Pressing any other keys (A-Z) with process-unmapped-keys yes
I expected them to also send, but I got neither.
Kanata version
kanata 1.70
Debug logs
No response
Operating system
MacOS 14.7
Additional context
No response