MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / setDefaultKeySequences

Method setDefaultKeySequences

src/common/actionmanager/command.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void Command::setDefaultKeySequences(const QList<QKeySequence> &keys)
122{
123 if (!d->isKeyInitialized)
124 setKeySequences(keys);
125 d->defaultKeys = keys;
126}
127
128void Command::setKeySequences(const QList<QKeySequence> &keys)
129{

Callers 1

initActionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected