Bug 457953 - Super/Win key always opens the Application menu, regardless of set shortcut
Summary: Super/Win key always opens the Application menu, regardless of set shortcut
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (show other bugs)
Version: master
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-16 10:57 UTC by Ahmad Samir
Modified: 2022-08-17 19:28 UTC (History)
2 users (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 Ahmad Samir 2022-08-16 10:57:39 UTC
Open Application Menu's config dialog, the shortcut is Alt+F1 by default, if set to that it activated the menu when the Super/Win key is pressed.
- set the shortcut to something else, press Super/Win the menu is still activated
- unset the shortcut altogether, press Super/Win the menu is still activated

Editing ~/.config/kwinrc and adding:
[ModifierOnlyShortcuts]
Meta=

stops the Super/Win key from activating the menu.
Comment 1 Nate Graham 2022-08-17 19:28:16 UTC
This was an intentional change that was made to fix many bugs; see https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1937.

Your workaround is in fact now the expected method of manually disabling it. :)