┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Graham <[email protected]>2019-03-17 16:12:38 -0600
committerNate Graham <[email protected]>2019-03-17 16:12:38 -0600
commit363fd1afa9dc68ffdee4d55a8c8bde56a13f0969 (patch)
treee798dcd91c0e781f3aaf42bdedbb99a20f86724b
parentdf81f266cab6ca5beb888ff2dc5d26cfb31ee17d (diff)
parent58084cf7da362d77919483cbb9a7a23333ce86c5 (diff)
Merge branch 'Applications/19.04'
-rw-r--r--CMakeLists.txt2
-rw-r--r--dolphin.khotkeys33
2 files changed, 35 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5e5a11a17..3408153ec 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)
diff --git a/dolphin.khotkeys b/dolphin.khotkeys
new file mode 100644
index 000000000..ae6fb02b4
--- /dev/null
+++ b/dolphin.khotkeys
@@ -0,0 +1,33 @@
+[Main]
+ImportId=dolphin
+Version=2
+Autostart=true
+Disabled=false
+
+[Data]
+DataCount=1
+
+[Data_1]
+Comment=Global keyboard shortcut to launch Dolphin
+Enabled=true
+Name=Launch Dolphin
+Type=MENUENTRY_SHORTCUT_ACTION_DATA
+
+[Data_1Actions]
+ActionsCount=1
+
+[Data_1Actions0]
+CommandURL=org.kde.dolphin.desktop
+Type=MENUENTRY
+
+[Data_1Conditions]
+Comment=
+ConditionsCount=0
+
+[Data_1Triggers]
+Comment=Simple_action
+TriggersCount=1
+
+[Data_1Triggers0]
+Key=Meta+E
+Type=SHORTCUT