set the shortcut to the action
BUG:334855
This commit is contained in:
parent
9653fad2f0
commit
2d29445164
@ -595,6 +595,7 @@ void Applet::setGlobalShortcut(const QKeySequence &shortcut)
|
||||
return;
|
||||
}
|
||||
|
||||
d->activationAction->setShortcut(shortcut);
|
||||
d->globalShortcutEnabled = true;
|
||||
QList<QKeySequence> seqs;
|
||||
seqs << shortcut;
|
||||
|
Loading…
Reference in New Issue
Block a user