KDE disable super_L (windows key) key shortcut as menu luncher

14

2

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

Or where can I change this shortcut?

pevik

Posted 2016-12-13T14:57:44.480

Reputation: 332

Answers

20

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, put

[ModifierOnlyShortcuts]
Meta=

in ~/.config/kwinrc.

Taken from: https://blog.martin-graesslin.com/blog/2016/08/modifier-only-shortcuts-available-in-plasma-5-8/ https://www.reddit.com/r/kde/comments/55udc1/how_do_i_stop_the_meta_key_from_opening_the/d8epzzj/

George Moutsopoulos

Posted 2016-12-13T14:57:44.480

Reputation: 326

3Addition: configuration should be reloaded after that. To reload configuration, run kwin_x11 --replace or just log out and log in. – Sasha – 2018-11-10T10:52:20.860

4Addition: kwriteconfig5 --file kwinrc --group ModifierOnlyShortcuts --key Meta "" command can be used instead of editing the config file manually. – Sasha – 2018-11-10T10:53:11.610