aboutsummaryrefslogtreecommitdiff
path: root/src/gui/kstandardshortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kstandardshortcut.h')
-rw-r--r--src/gui/kstandardshortcut.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/gui/kstandardshortcut.h b/src/gui/kstandardshortcut.h
index 9a2d0d87..a5a7c28f 100644
--- a/src/gui/kstandardshortcut.h
+++ b/src/gui/kstandardshortcut.h
@@ -114,6 +114,9 @@ enum StandardShortcut {
AboutApp,
AboutKDE,
+ DeleteFile, // @since 5.25
+ RenameFile, // @since 5.25
+ MoveToTrash, // @since 5.25
// Insert new items here!
StandardShortcutCount // number of standard shortcuts
@@ -472,6 +475,27 @@ KCONFIGGUI_EXPORT const QList<QKeySequence> &forwardWord();
*/
KCONFIGGUI_EXPORT const QList<QKeySequence> &showMenubar();
+/**
+ * Delete File. Default: Shift+Delete
+ * @return the shortcut of the standard accelerator
+ * @since 5.25
+ */
+KCONFIGGUI_EXPORT const QList<QKeySequence> &deleteFile();
+
+/**
+ * Rename File. Default: F2
+ * @return the shortcut of the standard accelerator
+ * @since 5.25
+ */
+KCONFIGGUI_EXPORT const QList<QKeySequence> &renameFile();
+
+/**
+ * Move to Trash. Default: Delete
+ * @return the shortcut of the standard accelerator
+ * @since 5.25
+ */
+KCONFIGGUI_EXPORT const QList<QKeySequence> &moveToTrash();
+
}
#endif // KSTANDARDSHORTCUT_H