Bug 398074 - Super Key Action Calls Wrong Menu
Summary: Super Key Action Calls Wrong Menu
Status: RESOLVED FIXED
Alias: None
Product: lattedock
Classification: Plasma
Component: application (show other bugs)
Version: git (master)
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-08-30 17:02 UTC by Matt Eaves
Modified: 2018-08-31 11:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Full Config (11.65 KB, text/plain)
2018-08-30 22:08 UTC, Matt Eaves
Details
Layout (11.65 KB, text/plain)
2018-08-30 22:08 UTC, Matt Eaves
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Eaves 2018-08-30 17:02:11 UTC
Set super key binding to Latte Dock using [code]kwriteconfig5 --file ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta "org.kde.lattedock,/Latte,org.kde.LatteDock,activateLauncherMenu"
qdbus org.kde.KWin /KWin reconfigure[/code]

I have 2 docks, each with an application launcher (one with Application Menu, one with Application Dashboard), how can I specify which action the super key calls? At the moment it calls Application Menu, I'd rather it called Application Dashboard. Thank you!
Comment 1 Michail Vourlakos 2018-08-30 17:33:21 UTC
(In reply to Matt Eaves from comment #0)
> Set super key binding to Latte Dock using [code]kwriteconfig5 --file
> ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta
> "org.kde.lattedock,/Latte,org.kde.LatteDock,activateLauncherMenu"
> qdbus org.kde.KWin /KWin reconfigure[/code]
> 
> I have 2 docks, each with an application launcher (one with Application
> Menu, one with Application Dashboard), how can I specify which action the
> super key calls? At the moment it calls Application Menu, I'd rather it
> called Application Dashboard. Thank you!

you cant... it follows automatically this order:

->primary screen : bottom,left,top,right
->secondary screens: bottom,left,top,right

the first application menu that will find is going to be the own to call
Comment 2 Matt Eaves 2018-08-30 17:52:29 UTC
But the menu I want it to use is bottom left, and the other is top left? So it should be calling the correct one, yes?
Comment 3 Michail Vourlakos 2018-08-30 18:09:08 UTC
(In reply to Matt Eaves from comment #2)
> But the menu I want it to use is bottom left, and the other is top left? So
> it should be calling the correct one, yes?

send your layout in order to check it out and see what is going on
Comment 4 Matt Eaves 2018-08-30 22:08:06 UTC
Created attachment 114710 [details]
Full Config

Please see attached.
Comment 5 Matt Eaves 2018-08-30 22:08:37 UTC
Created attachment 114711 [details]
Layout

Please see attached. Thank you for your help!
Comment 6 Michail Vourlakos 2018-08-31 06:39:47 UTC
(In reply to Matt Eaves from comment #5)
> 

The full config is not needed, concerning your layout in my system it works as expected...

Are you using the master version or v0.8 ?
because in v0.8 this is bit random but for master version it is as I have described...

In master version shorcut Meta+` also shows a badge over the application launcher which is going to be used with Meta
Comment 7 Matt Eaves 2018-08-31 11:41:11 UTC
Updated from 0.80 to the Master seems to have solved the problem. I don't see a badge on the icon, though.
Comment 8 Matt Eaves 2018-08-31 11:42:43 UTC
Never mind! There it is! Thank you!
Comment 9 Michail Vourlakos 2018-08-31 11:45:55 UTC
fixed by master commits...