Bug 449127

Summary: KCommandBar takes away the global shortcut inputs
Product: [Frameworks and Libraries] frameworks-kconfigwidgets Reporter: strangequark <random1123581321>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: RESOLVED UPSTREAM    
Severity: normal CC: nate, nicolas.fella
Priority: NOR    
Version First Reported In: 5.90.0   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description strangequark 2022-01-25 10:43:02 UTC
SUMMARY
When KCommandBar is open, and any global shortcut with Meta is pressed, instead of whatever the shortcut is supposed to do happening the letter you pressed gets input into KCommandBar.


STEPS TO REPRODUCE
1. Open KCommandBar
2. Press Meta+Q (default for the Activity switcher)

OBSERVED RESULT
'Q' gets input into the KCommandBar, and the global shortcut it was supposed to represent doesn't work

EXPECTED RESULT
The global shortcut should work

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-27-generic (64-bit)
Graphics Platform: X11
Graphics Processor: Mesa IntelĀ® HD Graphics 620

ADDITIONAL INFORMATION
none
Comment 1 Nicolas Fella 2022-01-25 13:04:20 UTC
Global shortcuts don't work with any kind of popup open. That includes KCommandBar but also things like menus. This is unfixable under X11
Comment 2 Nate Graham 2022-01-25 21:12:29 UTC
Yup.

It already works on Wayland.