-
Notifications
You must be signed in to change notification settings - Fork 61
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
Add mappings for Pause, Break, ScrLK, SysRq #20
Comments
Actually, Dell keyboards also sometimes don't have these keys. Dell didn't settle on a standard mapping. Looks like they're all over the place with different models. I would still adopt the Lenovo standard. |
I would say we are making the driver a fully programmable one by adding more mapping options like this 😄. Then definitely we should get the underlying remapping logic right first. |
Well, I got the idea, but not sure if it is desired by people or not. Let this issue be a long term feature request. |
The real reason for these keys is to use Magic SysRq. (Ie, we need at least SysRq.) Magic SysRq fixes OOM freezes and has other uses. |
Hi! Basically what I do is:
So, CapsLock will continue acting as a normal CapsLock key without Alt being pressed. But with Alt pressed, CapsLock will act as SysRq. |
Recent Lenovo keyboards copy Apple by omitting Pause, Break, ScrLK, and SysRq keys. Since these keys are sometimes necessary for PCs (unlike for Macs), they're emulated using Fn+ combinations. I propose to support these same combinations in the driver without a configurable option, since I don't believe there exists a competing way to map them.
Reference: https://support.lenovo.com/ua/uk/documents/ht074004
The text was updated successfully, but these errors were encountered: