Disable built in keyboard when external connects? #763
Replies: 4 comments 2 replies
-
It's surely possible to add, but the feature does not exist today. |
Beta Was this translation helpful? Give feedback.
-
@jtroo can I make this happen by writing a tcp client if the key press msg include info about the device id I can just force kanata to switch to no-op layer before handling it, no? Or can I do a similar thing here https://github.com/jtroo/kanata/blob/main/src/kanata/macos.rs you think? |
Beta Was this translation helpful? Give feedback.
-
The first proposed solution doesn't sound like a good idea at all (need to implement sending tcp event per key + you wouldn't be able to react to a first key press before being able to reach to event) |
Beta Was this translation helpful? Give feedback.
-
Is this feature implemented as an on/off switch in Karabiner? |
Beta Was this translation helpful? Give feedback.
-
So karabiner had a feature to disable the builtin keyboard when desired keyboards connects, but this feature doesn't work together with kanata. Is there a way to make kanata use this feature of karabiners kext or maybe native kanata way to do this?
Beta Was this translation helpful? Give feedback.
All reactions