https://bugzilla.kernel.org/show_bug.cgi?id=216824 --- Comment #15 from André Barata (andretiagob@xxxxxxxxxxxxxx) --- Hi hans, sorry for bringing this issue again. Recently I switched desktop environments, specifically Fedora 37 Gnome from KDE. Since the 37 version of Fedora is using an older version of systemd i had to install the patch you provided here and the function keys are working (Fedora 38 has the latest systemd version with the patch included). So the strange thing is, the disable/enable the touchpad function key F4 stopped working in Gnome for some reason. evtest detects the input but it doesn't do anything in gnome: Event: time 1679493260.452112, -------------- SYN_REPORT ------------ Event: time 1679493265.334443, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1d Event: time 1679493265.334443, type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 1 Event: time 1679493265.334443, -------------- SYN_REPORT ------------ Event: time 1679493265.336519, type 4 (EV_MSC), code 4 (MSC_SCAN), value db Event: time 1679493265.336519, type 1 (EV_KEY), code 125 (KEY_LEFTMETA), value 1 Event: time 1679493265.336519, -------------- SYN_REPORT ------------ Event: time 1679493265.337277, type 4 (EV_MSC), code 4 (MSC_SCAN), value 76 Event: time 1679493265.337277, type 1 (EV_KEY), code 85 (KEY_ZENKAKUHANKAKU), value 1 Event: time 1679493265.337277, -------------- SYN_REPORT ------------ Event: time 1679493265.339611, type 4 (EV_MSC), code 4 (MSC_SCAN), value 1d Event: time 1679493265.339611, type 1 (EV_KEY), code 29 (KEY_LEFTCTRL), value 0 Event: time 1679493265.339611, -------------- SYN_REPORT ------------ Event: time 1679493265.342147, type 4 (EV_MSC), code 4 (MSC_SCAN), value db Event: time 1679493265.342147, type 1 (EV_KEY), code 125 (KEY_LEFTMETA), value 0 Event: time 1679493265.342147, -------------- SYN_REPORT ------------ Event: time 1679493265.343741, type 4 (EV_MSC), code 4 (MSC_SCAN), value 76 Event: time 1679493265.343741, type 1 (EV_KEY), code 85 (KEY_ZENKAKUHANKAKU), value 0 Event: time 1679493265.343741, -------------- SYN_REPORT ------------ How can i had this key to the patch you created for systemd here: https://github.com/systemd/systemd/pull/25824 Thank you Hans! -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.