Registry / utility / kf6globalaccel

kf6globalaccel

JSON →
library6.23.0vcpkgunverified

Global desktop keyboard shortcuts

vcpkg install kf6globalaccel
INSTALL
IMPORT
SIG · KF6GLOBALACCEL
K
kf6globalaccel
utilitycppv6.23.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KGlobalAccel
#include <KGlobalAccel>

Register a global keyboard shortcut

#include <KGlobalAccel> #include <QAction> QAction* action = new QAction("My Action"); action->setProperty("componentName", "myapp"); action->setProperty("componentDisplayName", "My App"); action->setProperty("shortcutName", "my_shortcut"); KGlobalAccel::self()->setShortcut(action, QList<QKeySequence>() << QKeySequence("Ctrl+Shift+A"));
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.23.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

kf6globalaccel — pip install kf6globalaccel · libregistry