After upgrading to KDE 6, shortcuts like Ctrl+1, Ctrl+2 stopped working with numpad keys. I can assign the shortcuts via numpad but they don't execute when used. These were working on 5.27 ``` $ wev [14: wl_keyboard] key: serial: 11409; time: 30986796; key: 10; state: 1 (pressed) sym: 1 (49), utf8: '1' [14: wl_keyboard] key: serial: 11410; time: 30986865; key: 10; state: 0 (released) sym: 1 (49), utf8: '' [14: wl_keyboard] key: serial: 11411; time: 30992827; key: 87; state: 1 (pressed) sym: KP_1 (65457), utf8: '1' [14: wl_keyboard] key: serial: 11412; time: 30992884; key: 87; state: 0 (released) sym: KP_1 (65457), utf8: '' ``` SOFTWARE/OS VERSIONS Arch Linux Wayland KDE Plasma 5.93.0 Qt: 5.15.12 KDE Frameworks: 5.114.0 kf5-config: 1.0
Can reproduce.
Possible duplicate of 480862. Need to test with Qt patch https://codereview.qt-project.org/c/qt/qtwayland/+/533675.
Were you on X11 in Plasma 5 and then the Plasma 6 upgrade gave you the Wayland session? If so then I definitely think it's Bug 480862.
(In reply to Nate Graham from comment #3) > Were you on X11 in Plasma 5 and then the Plasma 6 upgrade gave you the > Wayland session? If so then I definitely think it's Bug 480862. No, 5.27 with Wayland the same shortcuts were working. Upgrading to Plasma 6 (5.93.0) with Wayland made them stop working
Ok, thanks. *probably* still the same bug if https://codereview.qt-project.org/c/qt/qtwayland/+/533675 isn't applied on your system Qt. Let's assume for now that this is the case, but please do feel free to re-open the bug report if you still experience the issue after upgrading to Plasma 6's initial public release and you also have Qt 6.6.3 or later. *** This bug has been marked as a duplicate of bug 480862 ***
*** Bug 482959 has been marked as a duplicate of this bug. ***
*** Bug 483331 has been marked as a duplicate of this bug. ***