free5lot / hid-apple-patched

Allows to swap the Fn key and left Control key and other tweaks on Macbook Pro and Apple keyboards in GNU/Linux
GNU General Public License v2.0
350 stars 61 forks source link

eject key doesnt detected on Apple MacBook Pro 13" - A1278 - Mid 2012 #89

Open BlackMage2 opened 1 year ago

BlackMage2 commented 1 year ago

the function keys doesnt work on keyboard

BlackMage2 commented 1 year ago

some other keys don't work either

BlackMage2 commented 1 year ago

okay, it works now. 'options hid_apple fnmode=2' in /etc/modprobe.d/hid_apple.conf was the trick

BlackMage2 commented 1 year ago

but keyboard backlight control doesn't work

BlackMage2 commented 1 year ago

any idea how i can make that keyboard backlight works?

BlackMage2 commented 1 year ago

okay, i have now installed pommed and most keys work

BlackMage2 commented 1 year ago

but the eject cd key doesn't work, in xev when i press the eject key only KeymapNotify event, serial 48, synthetic NO, window 0x0, keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 is written in xev

any idea how can i enable the eject cd function?

free5lot commented 1 year ago

any idea how can i enable the eject cd function?

I have no device with Eject CD button, so maybe somebody who uses this feature can help you somehow.

Keyboard backlight should not be affected by this patched version, it manages rebinds and swaps only.

BlackMage2 commented 1 year ago

correct, but when i install pommed, the keyboard backlight works. :D

Is there a way to find unknown keys? does xev output anything that helps?

what is 'KeymapNotify event, serial 48' ?

why is no KeyPress and KeyRelease event? like the other function keys?