Comment 24 for bug 536914

Revision history for this message
Martin Pitt (pitti) wrote :

1) scan code: 0xEE key code: brightnessup

it's the lock screen key and it should be addressed to
#define KEY_COFFEE 152 /* AL Terminal Lock/Screensaver */

Reopening for this, committed upstream: http://git.kernel.org/?p=linux/hotplug/udev.git;a=commitdiff;h=43d0824

2) scan code: 0xF5 key code: presentation

#define KEY_PRESENTATION 0x1a9 /* AL Presentation App */

does nothing when clicked but it should open OpenOffice.org Presentation

That's known. X.org does not get along with key codes > 255 unfortunately, so you can only use these keys with non-X programs (e. g. LIRC).