forked from Wattos/logitech-g710-linux-driver
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jimmy Berry edited this page Nov 20, 2015
·
5 revisions
My plan is to:
- update the driver to replicate windows behavior as closely as possible
- refactor in to feature based pieces that can be up-streamed and hopefully used by other Logitech and similar keyboards
- provide documentation (or build) userspace tools to utilize driver
The big part is how to represent the essentially toggleable modifier keys (M*) which are almost similar to sticky keys except they remain active indefinitely until another is pressed.
Initial approach is the send extra key input when G# are pressed, but I am not sure if that is best approach. See usage or "Rough design document" for details.