-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add G-Mode key support #37175
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 G-Mode key support #37175
Conversation
|
I put prog2 as G-Mode since we already have a prog1 in place. |
|
@yuwata Thanks for approving my PR. What do you think in the future to change from |
OK if it works, but we usually use progX for such special keys. So, |
|
|
I am not familiar, but to change the power mode, a tiny program or script needs to be invoked when the key pressed? So, I still think |
|
Yeah, but I would like to do lower level, probably as a quirk or something with systemd directly, to make this a usable feature, keeping |
|
Hi @mhalano, This key (0x68) is also present on Alienware laptops and serves the same purpose. I submitted a similar PR that you can find here #37388. There is one difference though, a release event has to be emulated. Hence why I mapped it to |
|
@kuu-rt thank you for your contribution. What would be a release event in this case? On my Dell G I just press the key and e test reports the scan code. How this is different on Alienware? |
Add G-Mode key, usually Fn+F9.
Closes #30824