GNOME Bugzilla – Bug 347855
Pressing brightness keys on laptops wakes up the screensaver
Last modified: 2006-07-27 23:24:36 UTC
Please describe the problem: if you press the brightness key for a laptop display this wakes up the screensaver, in ubuntu we use a patch to avoid that. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 69079 [details] [review] ignore_brightness_keys ubuntu patch to solve the isssue
Are those hardware keycodes the same on all keyboards? Where is this defined?
They're defined in /usr/include/linux/input.h. I'm not aware that other platforms have standardised in any way.
Sorry, I should probably have clarified that. They're the keycodes from /usr/include/linux/input.h after they've gone through the keycode munging that the console layer and X perform. The mapping is non-trivial, but those Linux keycodes will always generate those X keycodes.
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.