diff options
| author | Nate Graham <[email protected]> | 2019-03-17 10:05:46 -0600 |
|---|---|---|
| committer | Nate Graham <[email protected]> | 2019-03-17 16:12:18 -0600 |
| commit | 58084cf7da362d77919483cbb9a7a23333ce86c5 (patch) | |
| tree | 8971e9030de565fb6bc41835ea6d072e4d5f9357 /CMakeLists.txt | |
| parent | bf314f2dff99ad972a424564499e4d988588a173 (diff) | |
Create a global launch shortcut (Meta+E)
Summary:
This patch adds a global shortcut ({key Meta E}) to launch Dolphin, just like Konsole has.
FEATURE: 405302
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
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bd27a7f7..72ab75d36 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,5 +142,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.dolphin.FileManager1.service install( FILES dolphin.categories DESTINATION ${KDE_INSTALL_CONFDIR} ) +install( FILES dolphin.khotkeys DESTINATION ${KDE_INSTALL_DATADIR}/khotkeys ) + feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |
