停用按鍵綁定「Super_L」開啟「Main Menu」
參考文章
- Arch Wiki / KDE / Disable opening application launcher with Super key (Windows key)
設定檔
設定檔路徑 |
---|
~/.config/kwinrc |
設定片段
從原來的
[ModifierOnlyShortcuts]
Meta=org.kde.plasmashell,/PlasmaShell,org.kde.PlasmaShell,activateLauncherMenu
改成如下
[ModifierOnlyShortcuts]
Meta=
操作指令
執行下面指令,先把「plasma-kglobalaccel.service」停掉。
systemctl --user stop plasma-kglobalaccel.service
執行下面指令,設定「~/.config/kwinrc」。
kwriteconfig6 --file kwinrc --group ModifierOnlyShortcuts --key Meta ""
執行下面指令,接著把「plasma-kglobalaccel.service」啟動。
systemctl --user start plasma-kglobalaccel.service