https://bugs.kde.org/show_bug.cgi?id=503512
--- Comment #5 from Tobi <tdyn75...@mozmail.com> --- Thanks, I found the problem in /usr/lib/udev/hwdb.d/60-keyboard.hwdb How it used do look like: KEYBOARD_KEY_4b=chat # Fn + F9, on Windows: Notifications panel key KEYBOARD_KEY_4c=connect # Fn + F10, on Windows: Answer (Teams) call KEYBOARD_KEY_4d=cancel # Fn + F11, on Windows: Hangup/decline (Teams) call How those 3 lines are after the upgrade: KEYBOARD_KEY_4b=notification_center # Fn + F9, on Windows: Notifications panel key KEYBOARD_KEY_4c=pickup_phone # Fn + F10, on Windows: Answer (Teams) call KEYBOARD_KEY_4d=hangup_phone # Fn + F11, on Windows: Hangup/decline (Teams) call After changing it back, I did sudo systemd-hwdb update sudo udevadm trigger And it was the old mapping visible via evtest. However, to be able to make shortcuts using these 3 keys, I needed to fully restart the laptop. It works now. I guess I'll create a bug report in launchpad. -- You are receiving this mail because: You are watching all bug changes.