Bug 345020 - Shortcuts doesn't work when using "shift modifier"
Summary: Shortcuts doesn't work when using "shift modifier"
Status: RESOLVED DUPLICATE of bug 341959
Alias: None
Product: frameworks-kglobalaccel
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Martin Flöser
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-10 17:46 UTC by Lev Lybin
Modified: 2015-03-13 07:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***