PlasmaShortcutAction

Inherits

Action

Supported environments

Plasma

Invokes a Plasma global shortcut.

Configuration

Properties

Property

Type

Description

plasma_shortcut

string

Format: component,shortcut

Examples

plasma_shortcut: kwin,Window Close

Description

To view all shortcuts, open ~/.config/kglobalshortcutsrc. The text inside brackets is the component, and text before = is the shortcut.

For components such as [services][org.kde.dolphin.desktop], omit [services], replace ., - and possibly some other characters with _. The component of that example would be org_kde_dolphin_desktop.

You can also run qdbus6 org.kde.kglobalaccel | grep /component to list all components and qdbus6 org.kde.kglobalaccel /component/[replace this with the component] org.kde.kglobalaccel.Component.shortcutNames to list all shortcuts.