SUMMARY Unable to use key shorcuts to activate task items STEPS TO REPRODUCE 1. Use a key shorcut to trigger "Activate Entry x" OBSERVED RESULT Nothing happens EXPECTED RESULT For entry x to activate SOFTWARE/OS VERSIONS Linux/KDE Plasma: 5.6.4 (available in About System) KDE Plasma Version: 5.18.4 KDE Frameworks Version: 5.69.0 Qt Version: 5.14.2 ADDITIONAL INFORMATION Tried with different shorcuts not relying on the meta key, without any changes on the behavior
Send me your Latte layout file please
Created attachment 127729 [details] layout here you go
Your layout contains two taskmanagers, one on the bottom and one on the right sidebar, which one do you prefer to activate shortcuts?
In any case... In your Latte version do you have an option called: "Behavior -> Items -> Activate based on position global shortcuts" in order to activate which panel/dock you would like to use for your shortcuts?
Git commit 1ad1dd29824fa3ff70424d525aca3d7006d507eb by Michail Vourlakos. Committed on 20/04/2020 at 22:45. Pushed by mvourlakos into branch 'master'. fixes for globalshortcuts highest view identify --always find the highest view that is going to be used for global shortcuts based on position activation --adjust the code a bit for SideBars in order to show when a SideBar is called for global shortcuts based on position activation and hide correctly when the global shortcut is not triggered any more. M +53 -20 app/shortcuts/globalshortcuts.cpp M +1 -0 app/shortcuts/globalshortcuts.h M +1 -1 app/view/containmentinterface.cpp https://commits.kde.org/latte-dock/1ad1dd29824fa3ff70424d525aca3d7006d507eb
the fix is a bit irrelevant to the reporter. The reporter needs to enable the Behavior->Items->Activate based on position global shortcuts, properly in order for its global shortcuts to work correctly
Sorry for my silence, I must have uploaded the wrong file, I did download eon layout from latte itself, but then I edited it, currently there's a single taskbar and I thought my changes would have gone to that layout files as that's what my current "distribution" is called. That said, that behavior option fixed it, I must have missed it when looking through the options, thank you. At the very least this served to handle more layout configurations, even if it was due to me uploading the wrong file...