Summary: | Meta key config to launch Latte Dock calling application launcher instead | ||
---|---|---|---|
Product: | [Unmaintained] lattedock | Reporter: | Russ Hay <RussellH> |
Component: | application | Assignee: | Michail Vourlakos <mvourlakos> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | trmdi |
Priority: | NOR | ||
Version First Reported In: | 0.8.5 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/latte-dock/f2f8f0eb8b82affb4d7f82689a52ea6189843c27 | Version Fixed In: | |
Sentry Crash Report: |
Description
Russ Hay
2019-01-29 13:29:42 UTC
What do you mean that you want Meta shortcut to launch Latte Dock? Hi, I mean 'i want the dock to appear when I press the meta key'. (In reply to Russ Hay from comment #2) > Hi, I mean 'i want the dock to appear when I press the meta key'. this is not supported... the shortcut to show Latte dock is "Meta+`" and you can alter it from plasma systemsettings->Global Shortcuts->Latte Dock but I dont think single Meta can be used this way Okay, I thought this was supported as the example in the Latte-dock wiki FAQ page here show it being mapped to the Meta key. https://github.com/psifidotos/Latte-Dock/wiki/F.A.Q. Thanks for the speedy response tho If this is accepted: https://phabricator.kde.org/D18620 then that could be possible with Latte git version Git commit f2f8f0eb8b82affb4d7f82689a52ea6189843c27 by Michail Vourlakos. Committed on 01/02/2019 at 18:19. Pushed by mvourlakos into branch 'master'. improvements for Meta behavior --global shortcuts now tracks modifiers changes and trys to do the best for the user. 1. When Meta is pressed and holded latte views are shown 2. When Meta is clicked but without been holded then the Application Launcher code path is preferred 3. Activating Latte entries does not follow the Meta pressedAndHolded code path 4. Pressing any other modifier except Meta cancels the Meta pressed code path M +21 -10 app/globalshortcuts.cpp M +3 -0 app/globalshortcuts.h https://commits.kde.org/latte-dock/f2f8f0eb8b82affb4d7f82689a52ea6189843c27 (In reply to Russ Hay from comment #4) > this is supported now from Latte git version thank you!!!! (In reply to Michail Vourlakos from comment #6) > 4. Pressing any other modifier except Meta cancels the > Meta pressed code path If I press and hold "Meta + another modifier" e.g. Meta+Shift/Meta+Ctrl... Latte views and badges should be shown like when I press and hold Meta. Because some users set hotkeys like Meta+Shift+s... In some cases, they could forget the shortcuts while they press & hold Meta+Shift... Currently, when I press&hold Meta+Shift... Latte views and badges will not be shown. (In reply to trmdi from comment #9) > (In reply to Michail Vourlakos from comment #6) > > 4. Pressing any other modifier except Meta cancels the > > Meta pressed code path > > If I press and hold "Meta + another modifier" e.g. Meta+Shift/Meta+Ctrl... > Latte views and badges should be shown like when I press and hold Meta. > Because some users set hotkeys like Meta+Shift+s... In some cases, they > could forget the shortcuts while they press & hold Meta+Shift... > Currently, when I press&hold Meta+Shift... Latte views and badges will not > be shown. I dont agree, the code must protect the false positives. E.g the user is using Meta+Shif+J for Kwin or plasma or etc. etc. Latte shouldnt break these workflows. > Currently, when I press&hold Meta+Shift... Latte views and badges will not be shown. this is intentional, wasnt one of your proposals that when Latte is activating an item to NOT show the Shortcut badges at https://phabricator.kde.org/D18620?? I meant: - holding Meta+Shift -> show badges. - press Meta+Shift+j -> not show. (yes, that is one of my proposal) That does not break anything. Just a decision when it would display badges. But, hmm, after thinking again, I think this is not really necessary. So, never mind, the current implementation is good enough. |