KDE – How to Disable Super_L (Windows Key) Shortcut as Menu Launcher

kdekeyboard shortcutskwinstart-menu

Where can I disable super_L key (windows key) opening KDE menu?

Or where can I change this shortcut?

Best Answer

In KDE Plasma 5.8, the super/win key is also used to trigger the launcher, when pressed and released without combining it with another key. To disable the feature,

  1. put this into ~/.config/kwinrc:

    [ModifierOnlyShortcuts]
    Meta=
    
  2. then reload the window manager (kwin), either by logging out and logging back in, or with with this command:

    qdbus org.kde.KWin /KWin reconfigure
    

Sources:

Related Question