diff options
Diffstat (limited to 'src/gui/kstandardshortcut.h')
-rw-r--r-- | src/gui/kstandardshortcut.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/kstandardshortcut.h b/src/gui/kstandardshortcut.h index aabe6b3c..15cdc1b9 100644 --- a/src/gui/kstandardshortcut.h +++ b/src/gui/kstandardshortcut.h @@ -527,6 +527,12 @@ KCONFIGGUI_EXPORT const QList<QKeySequence> &renameFile(); */ KCONFIGGUI_EXPORT const QList<QKeySequence> &moveToTrash(); +/** + * Opens the app's settings window. Default: Ctrl+Shift+Comma + * @return the shortcut of the standard accelerator + * @since 5.64 + */ +KCONFIGGUI_EXPORT const QList<QKeySequence> &preferences(); } #endif // KSTANDARDSHORTCUT_H |