Bug 495710 - Unable to activate media keys when modifier key is active.
Summary: Unable to activate media keys when modifier key is active.
Status: REPORTED
Alias: None
Product: frameworks-kglobalaccel
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 6.7.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-02 06:00 UTC by Troplo
Modified: 2024-11-02 06:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Troplo 2024-11-02 06:00:38 UTC
SUMMARY
Currently, when holding SHIFT + PLAYPAUSE, the play/pause action does not invoke, the same applies with CTRL. I figured that it thought it was a different shortcut due to the modifier key. After adding, SHIFT + PLAYPAUSE as a custom shortcut for Media Controller > Play/Pause, it still cannot be invoked.

I also attempted to export the shortcut configuration to add various other configurations (as when adding it through the GUI, Shift + Media Pause was added instead of Media Play which is visible in the default configuration).
`playpausemedia=Media Play; Shift+Media Pause; Shift+Media Play`
However, this did not fix the issue either.

STEPS TO REPRODUCE
1. Attempt to play/pause media while holding the SHIFT key.
2. Add SHIFT+PLAYPAUSE as a custom shortcut in the Media Controller > Play/Pause section
3. It will not work either.

OBSERVED RESULT
Unable to play/pause media with a modifier key despite adding it as a manual custom shortcut.

EXPECTED RESULT
Media should play/pause as expected, abiding by the custom shortcut configuration.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 6.11.6-zen1-1-zen (Arch)
KDE Plasma Version: 6.22
KDE Frameworks Version: 6.7.0
Qt Version: 6.8.0

ADDITIONAL INFORMATION