-
Notifications
You must be signed in to change notification settings - Fork 15
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
Feature: key remapping #9
Comments
No objection from me. Ideally the implementation would make this available in both daemon & create modes. |
So I'm wondering... should there be a simple key remapping made for now, or perhaps go the fully generic route and allow some kind of script? Like lua?
vs something like
Also: scaling relative axes would probably be weird since some devices produce a lot of |
Both implementations would be fine for my purposes as long as they don't require external programs or complicate the compilation of netevent greatly (I use it on embedded). |
Thanks for netevent, it is a fantastic project and configuring it is a very pleasant experience compared to similar tools I have used. One thing that could come in handy would be the ability to remap keys on the fly before sending them over the network. Sometimes the keycodes mapped to hardware buttons make no sense on a remote host and it would be nice to avoid having to install yet another translation layer.
The text was updated successfully, but these errors were encountered: