mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
ShortcutConfig Struct Reference

Global shortcut registration settings. More...

#include <config.h>

Public Attributes

QString componentUnique = QStringLiteral("mutterkey")
 Stable KDE component identifier used with KGlobalAccel.
 
QString componentFriendly = QStringLiteral("Mutterkey")
 Human-readable component name shown by KDE tooling.
 
QString actionUnique = QStringLiteral("push_to_talk")
 Stable action identifier used for the push-to-talk action.
 
QString actionFriendly = QStringLiteral("Push to Talk")
 Human-readable action name shown by KDE tooling.
 
QString sequence = QStringLiteral("F8")
 Shortcut sequence accepted by QKeySequence parsing.
 

Detailed Description

Global shortcut registration settings.

Definition at line 32 of file config.h.

Member Data Documentation

◆ actionFriendly

QString ShortcutConfig::actionFriendly = QStringLiteral("Push to Talk")

Human-readable action name shown by KDE tooling.

Definition at line 40 of file config.h.

◆ actionUnique

QString ShortcutConfig::actionUnique = QStringLiteral("push_to_talk")

Stable action identifier used for the push-to-talk action.

Definition at line 38 of file config.h.

◆ componentFriendly

QString ShortcutConfig::componentFriendly = QStringLiteral("Mutterkey")

Human-readable component name shown by KDE tooling.

Definition at line 36 of file config.h.

◆ componentUnique

QString ShortcutConfig::componentUnique = QStringLiteral("mutterkey")

Stable KDE component identifier used with KGlobalAccel.

Definition at line 34 of file config.h.

◆ sequence

QString ShortcutConfig::sequence = QStringLiteral("F8")

Shortcut sequence accepted by QKeySequence parsing.

Definition at line 42 of file config.h.


The documentation for this struct was generated from the following file: