Bug 448317 - Unassigning Alt+F1 shortcut from launcher applet doesn't make it stop opening when the Meta key is pressed
Summary: Unassigning Alt+F1 shortcut from launcher applet doesn't make it stop opening...
Status: CLOSED INTENTIONAL
Alias: None
Product: plasmashell
Classification: Plasma
Component: Application Launcher (Kickoff) widget (show other bugs)
Version: 5.23.5
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-12 13:34 UTC by hardpenguin13
Modified: 2022-08-10 15:09 UTC (History)
5 users (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 hardpenguin13 2022-01-12 13:34:17 UTC
SUMMARY

It is STILL necessary to edit ~/.config/kwinrc manually to prevent Meta key from opening application menu
(see: https://userbase.kde.org/Plasma/Tips#do-not-open-the-start-menu-with-windows-meta-key )

Since changing this setting is simply two commands:

kwriteconfig5 --file ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta ""
qdbus org.kde.KWin /KWin reconfigure

Why cannot this be done by an easily accessible toggle or checkbox in System Settings?
Why is this not accessible in Shortcuts under Plasma or KWin?

STEPS TO REPRODUCE
1. Execute two commands written in the SUMMARY
2. Confirm that Meta key no longer opens application menu.

OBSERVED RESULT
Result can only be achieved through command line

EXPECTED RESULT
Result should be reachable via GUI toggle or checkbox.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  Debian Sid (unstable), Linux 5.15.0-2-amd64
KDE Plasma Version: 5.23.5
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
While workaround is available via command line (see SUMMARY), a solution in graphical interface would be preferred.
Comment 1 Nate Graham 2022-01-13 03:20:56 UTC
Can't you just clear the shortcut itself in Kickoff's settings window?
Comment 2 hardpenguin13 2022-01-14 18:19:42 UTC
(In reply to Nate Graham from comment #1)
> Can't you just clear the shortcut itself in Kickoff's settings window?

1. I use Kicker instead of Kickoff.
2. The default shortcut for this Kicker action is set to ALT+F1.
3. Clearing this shortcut changes nothing.

It is only modifying ~/.config/kwinrc that helps.

And the internet is full of people posting the same question: "how to turn off meta key".
Google highlights at least one for each year since 2016.
Comment 3 Nate Graham 2022-01-14 19:01:42 UTC
> 3. Clearing this shortcut changes nothing.
That seems like a bug. For me, clearing the shortcut there causes the Meta key to stop opening of Kickoff (or kicker, or whichever launcher has the shortcut assigned). Moving back to KWin.
Comment 4 Vlad Zahorodnii 2022-02-04 11:41:16 UTC
(In reply to Nate Graham from comment #3)
> That seems like a bug. For me, clearing the shortcut there causes the Meta
> key to stop opening of Kickoff (or kicker, or whichever launcher has the
> shortcut assigned). Moving back to KWin.

If you need to disable Meta key, set it to an empty string as in comment 1. If unsetting Alt+F1 shortcut doesn't work, it's a plasma bug.
Comment 5 Derick 2022-05-30 01:03:21 UTC
I'm not sure if this is actually related, or just showing similar symptoms, but switching the shortcut to anything else other than alt+f1 (I tried super+a) still makes kickoff trigger on just pressing super.
Comment 6 Nate Graham 2022-08-10 15:08:59 UTC
As of Plasma 5.26; this is explicitly intentional, sorry.