]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Revert "Create a global launch shortcut (Meta+E)"
authorElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 24 Mar 2019 11:07:24 +0000 (12:07 +0100)
committerElvis Angelaccio <elvis.angelaccio@kde.org>
Sun, 24 Mar 2019 11:07:24 +0000 (12:07 +0100)
This reverts commit 58084cf7da362d77919483cbb9a7a23333ce86c5.

Plasma considers khotkeys deprecated, so we shouldn't add new users
making the migration even harder.
Dolphin should use the `X-KDE-Shortcuts` desktop entry instead.

More details in David's comment: https://phabricator.kde.org/D19831#437096

CMakeLists.txt
dolphin.khotkeys [deleted file]

index 09fafe5c9531957fc07cef62aabfc22a2657be43..924ce51107c3c04f3a2d5db64543a9e93d5d65ee 100644 (file)
@@ -151,7 +151,5 @@ 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
deleted file mode 100644 (file)
index ae6fb02..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-[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