Summary: | Overview gets toggled with just 'Meta', even though the shortcut is set to 'Meta + W' | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | poperigby |
Component: | effects-overview | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | kde, nate |
Priority: | NOR | ||
Version: | 5.24.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
poperigby
2022-06-06 06:12:02 UTC
Please paste the output of `grep -i modifier ~/.config/kwinrc` (In reply to Nate Graham from comment #1) > Please paste the output of `grep -i modifier ~/.config/kwinrc` Here you go: [ModifierOnlyShortcuts] haha wrong command, sorry. How about this one: grep -A 3 -i modifier ~/.config/kwinrc (In reply to Nate Graham from comment #3) > haha wrong command, sorry. How about this one: > > grep -A 3 -i modifier ~/.config/kwinrc No worries :) [ModifierOnlyShortcuts] Meta=org.kde.kglobalaccel,/component/kwin,org.kde.kglobalaccel.Component,invokeShortcut,Overview I had a feeling. You or someone/something else manually added those lines to the kwinrc file, and they make the Overview open when the Meta key is pressed. To make it stop doing that, remove those lines. (In reply to Nate Graham from comment #5) > I had a feeling. You or someone/something else manually added those lines to > the kwinrc file, and they make the Overview open when the Meta key is > pressed. To make it stop doing that, remove those lines. That fixes it, thanks! The weird thing is, I definitely never manually edited that, and I'm not sure what would have changed it. You may not have, but it's possible a piece of software on your system did it automatically. Regardless, we don't do this in KDE code, so it's not a KDE bug. :) (In reply to Nate Graham from comment #7) > You may not have, but it's possible a piece of software on your system did > it automatically. Regardless, we don't do this in KDE code, so it's not a > KDE bug. :) Okay. Thanks so much for the help! You're welcome! |