diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt --- a/desktop/CMakeLists.txt +++ b/desktop/CMakeLists.txt @@ -8,5 +8,5 @@ install( FILES konsolepart.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} ) install( FILES konsolehere.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}/ServiceMenus ) install( FILES konsolerun.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR}/ServiceMenus ) - +install( FILES konsole.khotkeys DESTINATION ${DATA_INSTALL_DIR}/khotkeys ) install( FILES konsole.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFY5RCDIR} ) diff --git a/desktop/konsole.khotkeys b/desktop/konsole.khotkeys new file mode 100644 --- /dev/null +++ b/desktop/konsole.khotkeys @@ -0,0 +1,33 @@ +[Main] +ImportId=konsole +Version=2 +Autostart=true +Disabled=false + +[Data] +DataCount=1 + +[Data_1] +Comment=Global keyboard shortcut to launch Konsole +Enabled=true +Name=Launch Konsole +Type=MENUENTRY_SHORTCUT_ACTION_DATA + +[Data_1Actions] +ActionsCount=1 + +[Data_1Actions0] +CommandURL=org.kde.konsole.desktop +Type=MENUENTRY + +[Data_1Conditions] +Comment= +ConditionsCount=0 + +[Data_1Triggers] +Comment=Simple_action +TriggersCount=1 + +[Data_1Triggers0] +Key=Ctrl+Alt+T +Type=SHORTCUT