diff --git a/CMakeLists.txt b/CMakeLists.txt --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -142,5 +142,7 @@ 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 --- /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