KStandardShortcut Namespace

Convenient methods for access to the common accelerator keys in the key configuration. More...

Header: #include <KStandardShortcut>
CMake: find_package(KF6 REQUIRED COMPONENTS Config)
target_link_libraries(mytarget PRIVATE KF6::ConfigGui)

Classes

(since 5.91) class StandardShortcutWatcher

Types

(since 5.74) enum class Category { InvalidCategory, File, Edit, Navigation, View, …, Help }
enum StandardShortcut { AccelNone, Open, New, Close, Save, …, OpenContextMenu }

Functions

const QList<QKeySequence> &addBookmark()
const QList<QKeySequence> &back()
const QList<QKeySequence> &backwardWord()
const QList<QKeySequence> &begin()
const QList<QKeySequence> &beginningOfLine()
(since 5.73) KStandardShortcut::Category category(KStandardShortcut::StandardShortcut id)
const QList<QKeySequence> &close()
const QList<QKeySequence> &completion()
const QList<QKeySequence> &copy()
(since 5.74) const QList<QKeySequence> &createFolder()
const QList<QKeySequence> &cut()
(since 5.25) const QList<QKeySequence> &deleteFile()
const QList<QKeySequence> &deleteWordBack()
const QList<QKeySequence> &deleteWordForward()
const QList<QKeySequence> &end()
const QList<QKeySequence> &endOfLine()
const QList<QKeySequence> &find()
KStandardShortcut::StandardShortcut find(const QKeySequence &keySeq)
(since 5.71) KStandardShortcut::StandardShortcut findByName(const QString &name)
const QList<QKeySequence> &findNext()
const QList<QKeySequence> &findPrev()
const QList<QKeySequence> &forward()
const QList<QKeySequence> &forwardWord()
const QList<QKeySequence> &fullScreen()
const QList<QKeySequence> &gotoLine()
QList<QKeySequence> hardcodedDefaultShortcut(KStandardShortcut::StandardShortcut id)
const QList<QKeySequence> &help()
const QList<QKeySequence> &home()
QString label(KStandardShortcut::StandardShortcut id)
(since 5.25) const QList<QKeySequence> &moveToTrash()
QString name(KStandardShortcut::StandardShortcut id)
const QList<QKeySequence> &next()
const QList<QKeySequence> &nextCompletion()
const QList<QKeySequence> &open()
(since 6.0) const QList<QKeySequence> &openContextMenu()
(since 6.0) const QList<QKeySequence> &openMainMenu()
const QList<QKeySequence> &openNew()
const QList<QKeySequence> &paste()
const QList<QKeySequence> &pasteSelection()
(since 5.64) const QList<QKeySequence> &preferences()
const QList<QKeySequence> &prevCompletion()
const QList<QKeySequence> &print()
const QList<QKeySequence> &prior()
const QList<QKeySequence> &quit()
const QList<QKeySequence> &redo()
const QList<QKeySequence> &reload()
(since 5.25) const QList<QKeySequence> &renameFile()
const QList<QKeySequence> &replace()
const QList<QKeySequence> &rotateDown()
const QList<QKeySequence> &rotateUp()
const QList<QKeySequence> &save()
void saveShortcut(KStandardShortcut::StandardShortcut id, const QList<QKeySequence> &newShortcut)
const QList<QKeySequence> &selectAll()
const QList<QKeySequence> &shortcut(KStandardShortcut::StandardShortcut id)
(since 5.91) KStandardShortcut::StandardShortcutWatcher *shortcutWatcher()
(since 5.70) const QList<QKeySequence> &showHideHiddenFiles()
const QList<QKeySequence> &showMenubar()
const QList<QKeySequence> &substringCompletion()
const QList<QKeySequence> &tabNext()
const QList<QKeySequence> &tabPrev()
const QList<QKeySequence> &undo()
const QList<QKeySequence> &up()
const QList<QKeySequence> &whatsThis()
QString whatsThis(KStandardShortcut::StandardShortcut id)
const QList<QKeySequence> &zoomIn()
const QList<QKeySequence> &zoomOut()

Detailed Description

These are the standard keybindings that should be used in all KDE applications. They will be configurable, so do not hardcode the default behavior.

Type Documentation

[since 5.74] enum class KStandardShortcut::Category

Categories in which the standard shortcuts can be classified

ConstantValue
KStandardShortcut::Category::InvalidCategory-1
KStandardShortcut::Category::File0
KStandardShortcut::Category::Edit1
KStandardShortcut::Category::Navigation2
KStandardShortcut::Category::View3
KStandardShortcut::Category::Settings4
KStandardShortcut::Category::Help5

This enum was introduced in 5.74.

enum KStandardShortcut::StandardShortcut

Defines the identifier of all standard accelerators.

ConstantValueDescription
KStandardShortcut::AccelNone0 
KStandardShortcut::Open1Open file.
KStandardShortcut::New2Create a new document.
KStandardShortcut::Close3Close current document.
KStandardShortcut::Save4Save current document.
KStandardShortcut::Print5Print current document.
KStandardShortcut::Quit6Quit the program.
KStandardShortcut::Undo7Undo last operation.
KStandardShortcut::Redo8Redo last operation.
KStandardShortcut::Cut9Cut selected area and store it in the clipboard.
KStandardShortcut::Copy10Copy selected area into the clipboard.
KStandardShortcut::Paste11Paste contents of clipboard at mouse/cursor position.
KStandardShortcut::PasteSelection12Paste the selection at mouse/cursor position.
KStandardShortcut::SelectAll13Select all.
KStandardShortcut::Deselect14Deselect any selected elements.
KStandardShortcut::DeleteWordBack15Delete a word back from mouse/cursor position.
KStandardShortcut::DeleteWordForward16Delete a word forward from mouse/cursor position.
KStandardShortcut::Find17Initiate a 'find' request in the current document.
KStandardShortcut::FindNext18Find the next instance of a stored 'find'.
KStandardShortcut::FindPrev19Find a previous instance of a stored 'find'.
KStandardShortcut::Replace20Find and replace matches.
KStandardShortcut::Home21Go to home page.
KStandardShortcut::Begin22Go to beginning of the document.
KStandardShortcut::End23Go to end of the document.
KStandardShortcut::Prior24Scroll up one page.
KStandardShortcut::Next25Scroll down one page.
KStandardShortcut::Up26Up.
KStandardShortcut::Back27Back.
KStandardShortcut::Forward28Forward.
KStandardShortcut::Reload29Reload.
KStandardShortcut::BeginningOfLine30Go to beginning of current line.
KStandardShortcut::EndOfLine31Go to end of current line.
KStandardShortcut::GotoLine32Go to line.
KStandardShortcut::BackwardWord33BackwardWord.
KStandardShortcut::ForwardWord34ForwardWord.
KStandardShortcut::AddBookmark35Add current page to bookmarks.
KStandardShortcut::ZoomIn36Zoom in.
KStandardShortcut::ZoomOut37Zoom out.
KStandardShortcut::FullScreen38Full Screen mode.
KStandardShortcut::ShowMenubar39Show Menu Bar.
KStandardShortcut::TabNext40Next Tab.
KStandardShortcut::TabPrev41Previous Tab.
KStandardShortcut::Help42Help the user in the current situation.
KStandardShortcut::WhatsThis43What's This button.
KStandardShortcut::TextCompletion44Complete text in input widgets.
KStandardShortcut::PrevCompletion45Iterate through a list when completion returns multiple items.
KStandardShortcut::NextCompletion46Iterate through a list when completion returns multiple items.
KStandardShortcut::SubstringCompletion47Find a string within another string or list of strings.
KStandardShortcut::RotateUp48Help users iterate through a list of entries.
KStandardShortcut::RotateDown49Help users iterate through a list of entries.
KStandardShortcut::OpenRecent50Open a recently used document.
KStandardShortcut::SaveAs51Save the current document under a different name.
KStandardShortcut::Revert52Revert the current document to the last saved version.
KStandardShortcut::PrintPreview53Show a print preview of the current document.
KStandardShortcut::Mail54Send the current document by mail.
KStandardShortcut::Clear55Clear the content of the focus widget.
KStandardShortcut::ActualSize56View the document at its actual size.
KStandardShortcut::FitToPage57Fit the document view to the size of the current window.
KStandardShortcut::FitToWidth58Fit the document view to the width of the current window.
KStandardShortcut::FitToHeight59Fit the document view to the height of the current window.
KStandardShortcut::Zoom60Select the current zoom level.
KStandardShortcut::Goto61Jump to some specific location in the document.
KStandardShortcut::GotoPage62Go to a specific page.
KStandardShortcut::DocumentBack63Move back (document style menu).
KStandardShortcut::DocumentForward64Move forward (document style menu).
KStandardShortcut::EditBookmarks65Edit the application bookmarks.
KStandardShortcut::Spelling66Pop up the spell checker.
KStandardShortcut::ShowToolbar67Show/Hide the toolbar.
KStandardShortcut::ShowStatusbar68Show/Hide the statusbar.
KStandardShortcut::KeyBindings69Display the configure key bindings dialog.
KStandardShortcut::Preferences70Display the preferences/options dialog.
KStandardShortcut::ConfigureToolbars71Display the toolbar configuration dialog.
KStandardShortcut::ConfigureNotifications72Display the notifications configuration dialog.
KStandardShortcut::ReportBug73Display the Report Bug dialog.
KStandardShortcut::SwitchApplicationLanguage74Display the Switch Application Language dialog.
KStandardShortcut::AboutApp75Display the application's About dialog.
KStandardShortcut::AboutKDE76Display the About KDE dialog.
KStandardShortcut::DeleteFile (since 5.25)77Permanently delete files or folders.
KStandardShortcut::RenameFile (since 5.25)78Rename files or folders.
KStandardShortcut::MoveToTrash (since 5.25)79Move files or folders to the trash.
KStandardShortcut::Donate (since 5.26)80Open donation page on kde.org.
KStandardShortcut::ShowHideHiddenFiles (since 5.70)81Toggle showing or hiding hidden files
KStandardShortcut::CreateFolder (since 5.74)82Create a folder.
KStandardShortcut::OpenMainMenu (since 6.0)83Open a main menu like the menu bar or a hamburger menu. Necessary for accessibility. *
KStandardShortcut::OpenContextMenu (since 6.0)84Open a context menu for the object with keyboard focus. Necessary for accessibility.

Function Documentation

const QList<QKeySequence> &KStandardShortcut::addBookmark()

Add current page to bookmarks. Default: Ctrl+B

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::back()

Back. Default: Alt+Left

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::backwardWord()

BackwardWord. Default: Ctrl+Left

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::begin()

Go to beginning of the document. Default: Ctrl-Home

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::beginningOfLine()

Go to beginning of current line. Default: Home

Returns the shortcut of the standard accelerator

[since 5.73] KStandardShortcut::Category KStandardShortcut::category(KStandardShortcut::StandardShortcut id)

Returns the appropriate category for the given StandardShortcut id.

This function was introduced in 5.73.

const QList<QKeySequence> &KStandardShortcut::close()

Close current document. Default: Ctrl-w

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::completion()

Complete text in input widgets. Default Ctrl+E

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::copy()

Copy selected area into the clipboard. Default: Ctrl-c

Returns the shortcut of the standard accelerator

[since 5.74] const QList<QKeySequence> &KStandardShortcut::createFolder()

Create a folder. Default: Ctrl+Shift+N

Returns the shortcut of the standard accelerator

This function was introduced in 5.74.

const QList<QKeySequence> &KStandardShortcut::cut()

Cut selected area and store it in the clipboard. Default: Ctrl-x

Returns the shortcut of the standard accelerator

[since 5.25] const QList<QKeySequence> &KStandardShortcut::deleteFile()

Permanently delete files or folders. Default: Shift+Delete

Returns the shortcut of the standard accelerator

This function was introduced in 5.25.

const QList<QKeySequence> &KStandardShortcut::deleteWordBack()

Delete a word back from mouse/cursor position. Default: Ctrl-Backspace

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::deleteWordForward()

Delete a word forward from mouse/cursor position. Default: Ctrl-Delete

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::end()

Go to end of the document. Default: Ctrl-End

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::endOfLine()

Go to end of current line. Default: End

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::find()

Initiate a 'find' request in the current document. Default: Ctrl-f

Returns the shortcut of the standard accelerator

KStandardShortcut::StandardShortcut KStandardShortcut::find(const QKeySequence &keySeq)

Return the StandardShortcut id of the standard accel action which uses this key sequence, or AccelNone if none of them do.

This is used by class KKeyChooser.

keySeq the key sequence to search

[since 5.71] KStandardShortcut::StandardShortcut KStandardShortcut::findByName(const QString &name)

Return the StandardShortcut id of the standard accelerator action which has name as its name, or AccelNone if none of them do.

name the name as returned by name(StandardShortcut id)

This function was introduced in 5.71.

const QList<QKeySequence> &KStandardShortcut::findNext()

Find the next instance of a stored 'find' Default: F3

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::findPrev()

Find a previous instance of a stored 'find'. Default: Shift-F3

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::forward()

Forward. Default: ALT+Right

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::forwardWord()

ForwardWord. Default: Ctrl+Right

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::fullScreen()

Full Screen Mode. Default: Ctrl+Shift+F

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::gotoLine()

Go to line. Default: Ctrl+G

Returns the shortcut of the standard accelerator

QList<QKeySequence> KStandardShortcut::hardcodedDefaultShortcut(KStandardShortcut::StandardShortcut id)

Returns the hardcoded default shortcut for id.

This does not take into account the user's configuration.

id the id of the accelerator

const QList<QKeySequence> &KStandardShortcut::help()

Help the user in the current situation. Default: F1

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::home()

Go to home page. Default: Alt-Home

Returns the shortcut of the standard accelerator

QString KStandardShortcut::label(KStandardShortcut::StandardShortcut id)

Returns a localized label for user-visible display.

id the id of the accelerator

[since 5.25] const QList<QKeySequence> &KStandardShortcut::moveToTrash()

Moves files or folders to the trash. Default: Delete

Returns the shortcut of the standard accelerator

This function was introduced in 5.25.

QString KStandardShortcut::name(KStandardShortcut::StandardShortcut id)

Returns a unique name for the given accel.

id the id of the accelerator

const QList<QKeySequence> &KStandardShortcut::next()

Scroll down one page. Default: Next

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::nextCompletion()

Iterate through a list when completion returns multiple items. Default: Ctrl+Down

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::open()

Open file. Default: Ctrl-o

Returns the shortcut of the standard accelerator

[since 6.0] const QList<QKeySequence> &KStandardShortcut::openContextMenu()

Open a context menu for the object with keyboard focus. Necessary for accessibility. Default: Menu, Shift+F10

Returns the shortcut of the standard accelerator

This function was introduced in 6.0.

[since 6.0] const QList<QKeySequence> &KStandardShortcut::openMainMenu()

Open a main menu like the menu bar or a hamburger menu. Necessary for accessibility. Default: F10

Returns the shortcut of the standard accelerator

This function was introduced in 6.0.

const QList<QKeySequence> &KStandardShortcut::openNew()

Create a new document (or whatever). Default: Ctrl-n

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::paste()

Paste contents of clipboard at mouse/cursor position. Default: Ctrl-v

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::pasteSelection()

Paste the selection at mouse/cursor position. Default: Ctrl-Shift-Insert

Returns the shortcut of the standard accelerator

[since 5.64] const QList<QKeySequence> &KStandardShortcut::preferences()

Opens the app's settings window. Default: Ctrl+Shift+Comma

Returns the shortcut of the standard accelerator

This function was introduced in 5.64.

const QList<QKeySequence> &KStandardShortcut::prevCompletion()

Iterate through a list when completion returns multiple items. Default: Ctrl+Up

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::print()

Print current document. Default: Ctrl-p

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::prior()

Scroll up one page. Default: Prior

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::quit()

Quit the program. Default: Ctrl-q

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::redo()

Redo last operation. Default: Shift-Ctrl-z

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::reload()

Reload. Default: F5

Returns the shortcut of the standard accelerator

[since 5.25] const QList<QKeySequence> &KStandardShortcut::renameFile()

Rename files or folders. Default: F2

Returns the shortcut of the standard accelerator

This function was introduced in 5.25.

const QList<QKeySequence> &KStandardShortcut::replace()

Find and replace matches. Default: Ctrl-r

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::rotateDown()

Help users iterate through a list of entries. Default: Down

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::rotateUp()

Help users iterate through a list of entries. Default: Up

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::save()

Save current document. Default: Ctrl-s

Returns the shortcut of the standard accelerator

void KStandardShortcut::saveShortcut(KStandardShortcut::StandardShortcut id, const QList<QKeySequence> &newShortcut)

Saves the new shortcut cut for standard accel id.

const QList<QKeySequence> &KStandardShortcut::selectAll()

Select all. Default: Ctrl-A

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::shortcut(KStandardShortcut::StandardShortcut id)

Returns the keybinding for accel.

On X11, if QApplication was initialized with GUI disabled, the default keybinding will always be returned.

id the id of the accelerator

[since 5.91] KStandardShortcut::StandardShortcutWatcher *shortcutWatcher()

Returns the global KStandardShortcutWatcher instance of this program. In addition to the notifying about changes it also keeps the information returned by the functions in KStandardShortcut up to date. The object is created by the first call to this function.

This function was introduced in 5.91.

[since 5.70] const QList<QKeySequence> &KStandardShortcut::showHideHiddenFiles()

Shows or hides hidden files. Defaults: Ctrl+H, Alt+.

Returns the shortcut of the standard accelerator

This function was introduced in 5.70.

const QList<QKeySequence> &KStandardShortcut::showMenubar()

Show Menu Bar. Default: Ctrl-M

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::substringCompletion()

Find a string within another string or list of strings. Default: Ctrl-T

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::tabNext()

Next Tab. Default: Ctrl-<

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::tabPrev()

Previous Tab. Default: Ctrl->

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::undo()

Undo last operation. Default: Ctrl-z

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::up()

Up. Default: Alt+Up

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::whatsThis()

What's This button. Default: Shift+F1

Returns the shortcut of the standard accelerator

QString KStandardShortcut::whatsThis(KStandardShortcut::StandardShortcut id)

Returns an extended WhatsThis description for the given accelerator.

id the id of the accelerator

const QList<QKeySequence> &KStandardShortcut::zoomIn()

Zoom in. Default: Ctrl-Plus

Returns the shortcut of the standard accelerator

const QList<QKeySequence> &KStandardShortcut::zoomOut()

Zoom out. Default: Ctrl-Minus

Returns the shortcut of the standard accelerator