Struct KeyTriggerConfig#

Struct Documentation#

struct KeyTriggerConfig

Public Functions

QJsonObject to_json() const

Public Members

QString name = "Trigger"
QString keySeq = ""
bool enabled = true
TriggerAction action = TriggerAction::Log

Public Static Functions

static std::optional<KeyTriggerConfig> from_json(const QJsonObject&)