nazar2sfive Asked: 2017-11-14 07:21:41 +0800 CST2017-11-14 07:21:41 +0800 CST 2017-11-14 07:21:41 +0800 CST how to launch application launcher via latte dock using only Super key? 772 I want to open latte dock using only super key. Is there any way? kubuntu 1 Answers Voted Best Answer psifidotos 2017-11-14T12:14:41+08:002017-11-14T12:14:41+08:00 According to the FAQ page of the project on GitHub, there are two ways to do this. You can either edit ~/.config/kwinrc and add [ModifierOnlyShortcuts] Meta=org.kde.lattedock,/Latte,org.kde.LatteDock,activateLauncherMenu or run the following commands in terminal kwriteconfig5 --file ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta "org.kde.lattedock,/Latte,org.kde.LatteDock,activateLauncherMenu" then, in either case, reload KWin: qdbus org.kde.KWin /KWin reconfigure
According to the FAQ page of the project on GitHub, there are two ways to do this.
You can either edit
~/.config/kwinrc
and addor run the following commands in terminal
then, in either case, reload KWin: