Skip to content

Support passing through HID events even if they aren't part of the spec #9

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

Open
spoelstraethan opened this issue Dec 3, 2023 · 0 comments

Comments

@spoelstraethan
Copy link
Contributor

I have a Brydge Type-C keyboard that was designed for Chromebooks but works great for Android and Linux and even Windows, but some of the keys it sends weren't recognized by RPI-KVM even though they may have been understood by the target OS. It would be nice to pass through unknown events especially if they aren't ones that would be expected for hotkeys because they aren't common to all keyboards, and it would also be nice if it were possible to allow a user to add custom key codes to the hotkey options manually especially if they had something like KEY_CONTROLPANEL that sends a HID code that is valid and seen but isn't recognized by rpi-kvm.

An excellent example of this is the tool Nikau by NickBP on sr.ht that totally redirects any input devices not in the filter list to whatever specific host is targeted, and the hotkey to switch is actually a chord of two keys pressed in sequence so it is easier to avoid conflicts with any shortcuts mapped on the target/client systems or the host system where the keyboard and mouse are attached.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant