Unable to map extra keyboard keys

Hello,

I have just started trying out Linux (Fedora 40) and Plasma and encountered some problem.

I was able to map shortcuts with the custom keys of thinkpad p16s gen 2. It used to register as “Launch (C)” and “Go” for F10 and F11 respectively. However, after a recent update, the shortcut keys stopped working. Trying to assign them again does not register anything after clicking the buttons.

The only similar issue I was able to find is this:
https://github.com/kmonad/kmonad/issues/925

When using evtest, I also get similar outputs:

Event: time 1732438749.342296, type 4 (EV_MSC), code 4 (MSC_SCAN), value 4b
Event: time 1732438749.342296, type 1 (EV_KEY), code 444 (?), value 1
Event: time 1732438749.342296, -------------- SYN_REPORT ------------
Event: time 1732438749.342305, type 1 (EV_KEY), code 444 (?), value 0
Event: time 1732438749.342305, -------------- SYN_REPORT ------------
Event: time 1732438749.707309, type 4 (EV_MSC), code 4 (MSC_SCAN), value 4c
Event: time 1732438749.707309, type 1 (EV_KEY), code 445 (?), value 1
Event: time 1732438749.707309, -------------- SYN_REPORT ------------
Event: time 1732438749.707318, type 1 (EV_KEY), code 445 (?), value 0
Event: time 1732438749.707318, -------------- SYN_REPORT ------------
Event: time 1732438750.019332, type 4 (EV_MSC), code 4 (MSC_SCAN), value 4d
Event: time 1732438750.019332, type 1 (EV_KEY), code 446 (?), value 1
Event: time 1732438750.019332, -------------- SYN_REPORT ------------
Event: time 1732438750.019343, type 1 (EV_KEY), code 446 (?), value 0
Event: time 1732438750.019343, -------------- SYN_REPORT ------------

These are for the custom keys for F9, F10, and F11 respectively.

Thanks in advance!

with fedora we are at 41, try to update version

Tried updating to Fedora 41 but problem seems to still occur