Bug 405302 - Set default keyboard shortcut to start Dolphin (Meta+E)
Summary: Set default keyboard shortcut to start Dolphin (Meta+E)
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_keys (show other bugs)
Version: 5.15.2
Platform: Neon Linux
: NOR wishlist
Target Milestone: ---
Assignee: Michael Jansen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-10 11:24 UTC by dagobertram
Modified: 2019-04-06 17:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 19.08.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dagobertram 2019-03-10 11:24:15 UTC
SUMMARY
I would like to see a default keyboard shortcut for starting Dolphin. For example: Meta+E. This would make the switch for a former Windows (power-) user to KDE Plasma even more convenient.

SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.15.2
KDE Frameworks Version: 5.55.0
Qt Version: 5.12.0

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2019-03-17 16:08:03 UTC
Sounds good. Have a patch: https://phabricator.kde.org/D19831
Comment 2 dagobertram 2019-03-17 19:08:16 UTC
Great! Thanks a lot!
Comment 3 Nate Graham 2019-03-17 22:12:33 UTC
Git commit 58084cf7da362d77919483cbb9a7a23333ce86c5 by Nate Graham.
Committed on 17/03/2019 at 22:12.
Pushed by ngraham into branch 'Applications/19.04'.

Create a global launch shortcut (Meta+E)

Summary:
This patch adds a global shortcut ({key Meta E}) to launch Dolphin, just like Konsole has.
FIXED-IN: 19.04.0

Test Plan:
1. Apply patch and reboot, or create and log into a new user
2. Hit {key Meta E}
3. Dolphin opens!

Reviewers: #dolphin, #vdg, elvisangelaccio

Reviewed By: #dolphin, elvisangelaccio

Subscribers: hallas, elvisangelaccio, kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D19831

M  +2    -0    CMakeLists.txt
A  +33   -0    dolphin.khotkeys

https://commits.kde.org/dolphin/58084cf7da362d77919483cbb9a7a23333ce86c5
Comment 4 Nate Graham 2019-04-06 17:41:08 UTC
Git commit b303e3c93a9397e1f731fa71fb8b3f10784f5420 by Nate Graham.
Committed on 06/04/2019 at 17:40.
Pushed by ngraham into branch 'master'.

Re-implement Meta-E global launch shortcut using KGlobalAccel

Summary:
FIXED-IN: 19.08.0

Test Plan:
1. Apply patch
2. Reboot (didn't work until I rebooted or logged out and back in again)
3. Hit {key Meta E}
4. Dolphin Launches

Reviewers: #dolphin, elvisangelaccio, davidedmundson

Reviewed By: #dolphin, elvisangelaccio

Subscribers: kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D20229

M  +7    -0    src/CMakeLists.txt
M  +1    -0    src/org.kde.dolphin.desktop

https://commits.kde.org/dolphin/b303e3c93a9397e1f731fa71fb8b3f10784f5420