From: Jerome F. <jf...@gm...> - 2008-05-30 05:56:41
|
>> In kernel/mactel-patches-2.6.24/hid-add-new-apple-keyboard.patch , two >> keys seem to be missing in the array "apple_keyboard_fn_keys": >> { KEY_F5, KEY_KBDILLUMDOWN, POWERBOOK_FLAG_FKEY }, >> { KEY_F6, KEY_KBDILLUMUP, POWERBOOK_FLAG_FKEY }, >> >> Without these two lines, it's not possible for me on my macbook pro >> 4.1 to adjust the light of the keyboard with pommed, but with them, it >> works fine. > > Indeed, I just recompile with those two lines above and it works, thanx a > lot :) BTW, do you know what KEY_CYCLEWINDOWS (F3) and KEY_CONFIG (F4) refer > to ? pommed returns "KBD: inhibit clear 0x08 -> 0x00" for both of them, > which have no result on keyboard backlight. > Pommed doesn't handle these keys. And I think it makes sense since this way it let you map them to whatever you want. I think KEY_CYCLEWINDOWS correspond to the Compiz-fusion plugin "Scale", and KEY_CONFIG is probably supposed to be mapped to launch gnome-control-center or kcontrol (actually I'm too lazy to reboot under MacOSX to check :) |