Open PresidentialAnt opened 4 days ago
Same here, I'm on macOS 14.6.1 with kanata 1.7.0
The full log is here
β― sudo kanata -c kanata.kbd
16:12:41.3765 [INFO] kanata v1.7.0 starting
16:12:41.3768 [WARN] No defcfg is defined. Consider whether the process-unmapped-keys defcfg option should be yes vs. no. Adding defcfg with process-unmapped-keys defined will remove this warning.
16:12:41.3768 [INFO] process unmapped keys: false
16:12:41.3769 [INFO] NOTE: kanata was compiled to never allow cmd
16:12:41.3775 [INFO] config file is valid
16:12:41.3775 [INFO] Sleeping for 2s. Please release all keys and don't press additional ones. Run kanata with --help to see how understand more and how to disable this sleep.
16:12:43.3826 [INFO] entering the processing loop
16:12:43.3829 [INFO] entering the event loop
16:12:43.3830 [INFO] Init: catching only releases and sending immediately
zsh: trace trap sudo kanata -c kanata.kbd
Requirements
Describe the bug
Turning on Sidecar (connecting wirelessly to an iPad as an external display) while Kanata is running will cause Kanata to crash with the error
zsh: trace trap sudo ./myPrograms/kanata_macos_cmd_allowed_arm64 -c
.note: I start kanata by running
sudo ./myPrograms/kanata_macos_cmd_allowed_arm64 -c ~/.config/kanata/kanata.kbd
Attempting to restart Kanata while connected to Sidecar fails with the same error.
Kanata is able to restart after disconnecting from Sidecar.
Relevant kanata config
To Reproduce
Expected behavior
Kanata to function regardless of sidecar connectivity.
Kanata version
kanata 1.7.0
Debug logs
No response
Operating system
macOS
Additional context
No response