Summary: | Setting meta as shortcut for any action will trigger that action even when meta is used in key combination | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Natalie Clarius <natalie_clarius> |
Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | aleixpol, kde, nate |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Natalie Clarius
2023-02-17 23:05:19 UTC
I guess then it's a matter for these shortcuts to be triggered on release. At the moment we do it on press and we do not yet know whether there will be other keys pressed afterwards. It's the other side of the coin of https://bugs.kde.org/show_bug.cgi?id=465867 I think it's time to remove the modifier only shortcut concept from KWin, now that it's redundant because we can trigger modifier-only shortcuts using KGlobalAccel. |