-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix!(linux): include name should disregard autodetect classification #1374
Conversation
@aljustiet does this branch work using |
No |
screenrecord.mp4 |
What does starting up kanata with |
I built Kanata with the dev branch and included a video bus, and it works there. |
main branch build output:
|
Ok, yea the |
dev branch build output:
|
Describe your changes. Use imperative present tense.
Autodetection is based on checking a single key capability,
KEY_ENTER
. For some reason, some input devices are split into multiple devices, and likely only one of them hasKEY_ENTER
while the others do not. Today theinclude
option will still ignore devices that are autodetected to not be keyboards. This commit fixes the use case where a device that is not being autodetected but is desired to be grabbed by Kanata is being referenced by its device name rather than path.Checklist