Home
last modified time | relevance | path

Searched refs:globalShortcuts (Results 1 – 20 of 20) sorted by relevance

/dports/deskutils/copyq/CopyQ-5.0.0/src/common/
H A Dcommand.h71 , globalShortcuts() in Command()
97 && globalShortcuts == other.globalShortcuts
199 QStringList globalShortcuts; member
H A Dcommandstore.cpp73 c.globalShortcuts = settings.value("GlobalShortcut").toStringList(); in loadCommand()
84 if ( c.globalShortcuts.contains("DISABLED") ) in loadCommand()
85 c.globalShortcuts.clear(); in loadCommand()
86 c.isGlobalShortcut = !c.globalShortcuts.isEmpty(); in loadCommand()
142 saveNewValue("GlobalShortcut", c, &Command::globalShortcuts, settings); in saveCommand()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/declarativeimports/
H A Dinterfaces.h23 Q_PROPERTY(QObject *globalShortcuts READ globalShortcuts NOTIFY globalShortcutsChanged)
32 QObject *globalShortcuts() const;
H A Dinterfaces.cpp17 QObject *Interfaces::globalShortcuts() const in globalShortcuts() function in Latte::Interfaces
/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/src/
H A Dkshortcutseditoritem.cpp172 auto globalShortcuts = [this]() { in keySequence() local
184 return primarySequence(globalShortcuts()); in keySequence()
186 return alternateSequence(globalShortcuts()); in keySequence()
/dports/deskutils/copyq/CopyQ-5.0.0/src/gui/
H A Dshortcutswidget.cpp87 ? command.globalShortcuts in shortcuts()
94 command->globalShortcuts = shortcutNames; in setShortcuts()
H A Dcommandwidget.cpp159 c.globalShortcuts = serializeShortcuts( ui->shortcutButtonGlobalShortcut->shortcuts() ); in command()
188 c.globalShortcuts, in setCommand()
/dports/devel/cmake-gui/cmake-3.22.1/Source/CPack/WiX/
H A DcmCPackWIXGenerator.cxx513 cmWIXShortcuts globalShortcuts; in CreateWiXSourceFiles() local
517 globalShortcuts); in CreateWiXSourceFiles()
519 globalShortcuts.AddShortcutTypes(emittedShortcutTypes); in CreateWiXSourceFiles()
553 if (!CreateShortcuts(std::string(), "ProductFeature", globalShortcuts, in CreateWiXSourceFiles()
/dports/devel/cmake-doc/cmake-3.22.1/Source/CPack/WiX/
H A DcmCPackWIXGenerator.cxx513 cmWIXShortcuts globalShortcuts; in CreateWiXSourceFiles() local
517 globalShortcuts); in CreateWiXSourceFiles()
519 globalShortcuts.AddShortcutTypes(emittedShortcutTypes); in CreateWiXSourceFiles()
553 if (!CreateShortcuts(std::string(), "ProductFeature", globalShortcuts, in CreateWiXSourceFiles()
/dports/devel/cmake/cmake-3.22.1/Source/CPack/WiX/
H A DcmCPackWIXGenerator.cxx513 cmWIXShortcuts globalShortcuts; in CreateWiXSourceFiles() local
517 globalShortcuts); in CreateWiXSourceFiles()
519 globalShortcuts.AddShortcutTypes(emittedShortcutTypes); in CreateWiXSourceFiles()
553 if (!CreateShortcuts(std::string(), "ProductFeature", globalShortcuts, in CreateWiXSourceFiles()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/
H A Dlattecorona.h125 GlobalShortcuts *globalShortcuts() const;
H A Dlattecorona.cpp434 GlobalShortcuts *Corona::globalShortcuts() const in globalShortcuts() function in Latte::Corona
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/view/settings/
H A Dsubconfigview.cpp109 …rootContext()->setContextProperty(QStringLiteral("shortcutsEngine"), m_corona->globalShortcuts()->… in init()
/dports/games/anki/anki-2.1.16/aqt/
H A Dmain.py756 globalShortcuts = [
765 self.applyShortcuts(globalShortcuts)
/dports/deskutils/copyq/CopyQ-5.0.0/src/app/
H A Dclipboardserver.cpp310 for (const auto &shortcutText : command.globalShortcuts) { in onCommandsSaved()
/dports/deskutils/copyq/CopyQ-5.0.0/src/scriptable/
H A Dscriptableproxy.cpp231 << command.globalShortcuts in operator <<()
260 >> command.globalShortcuts in operator >>()
H A Dscriptable.cpp336 …tProperty(QStringLiteral("globalShortcuts"), ::toScriptValue(command.globalShortcuts, scriptable)); in toScriptValue()
367 …:fromScriptValueIfValid( value.property("globalShortcuts"), scriptable, &command.globalShortcuts ); in fromScriptValue()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/view/
H A Dview.cpp361 …perty("_latte_globalShortcuts_object", QVariant::fromValue(m_corona->globalShortcuts()->shortcutsT… in init()
/dports/deskutils/latte-dock/latte-dock-0.10.6/app/layout/
H A Dgenericlayout.cpp662 …QList<uint> appletsWithShortcuts = m_corona->globalShortcuts()->shortcutsTracker()->appletsWithPla… in viewsWithPlasmaShortcuts()
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/
H A Dmain.qml326 readonly property alias shortcutsEngine: _interfaces.globalShortcuts