Bug 345020

Summary: Shortcuts doesn't work when using "shift modifier"
Product: [Frameworks and Libraries] frameworks-kglobalaccel Reporter: Lev Lybin <lev.lybin>
Component: generalAssignee: Martin Flöser <mgraesslin>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kdelibs-bugs
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Lev Lybin 2015-03-10 17:46:32 UTC
kglobalaccel 5.7.0

Reproducible: Always

Steps to Reproduce:
1. Set a random global shortcut in systemsettings to Meta+Shift+1
2. Apply the settings
3. Press Meta+Shift+1

Actual Results:  
Shortcut Meta+Shift+1 doesn't cause action.


"Meta + 1" is don't bound to any action.

when I press Meta+1 In the logs I see:

kglobalaccel5[3217]: Got XKeyPress event
kglobalaccel5[3217]: Got unknown key "Meta+1"

when I press Meta+Shift+1 In the logs I see:

kglobalaccel5[3217]: Got XKeyPress event
kglobalaccel5[3217]: removing shift modifier
kglobalaccel5[3217]: Got unknown key "Meta+1"

Similar problems: 
https://bugs.kde.org/show_bug.cgi?id=343626
https://bugs.kde.org/show_bug.cgi?id=341959
Comment 1 Martin Flöser 2015-03-13 07:22:30 UTC

*** This bug has been marked as a duplicate of bug 341959 ***