-
Notifications
You must be signed in to change notification settings - Fork 20
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
Detect Fn + 1 #24
Comments
It should be sending a WMI event, I do not know which one but you could add debugging to find out. |
@jackpot51 Would you accept a PR for this to throw a keycode? Do you have any suggestions for what key that should be? |
I do not recommend that a keypress is generated from this driver for those two conditions, as there are no compatible keycodes. |
@jackpot51 Yes, doesn't feel right. What would you recommend doing instead? Any ideas? |
This seems interesting: https://lore.kernel.org/patchwork/patch/843457/ |
Hello,
I want to detect and catch keypress Fn + 1 in my application: https://github.com/cowai/pwm-better-fan-control
Is there any way except checking for pwm1 == 255? I also notice that pwm1_enable stays the same when pressing the hotkey. It would be nice for instance pressing fn + 1 made pwm1_enable be 0 or something.
The text was updated successfully, but these errors were encountered: