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

Method setDefaultKeySequence

src/common/actionmanager/command.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void Command::setDefaultKeySequence(const QKeySequence &key)
115{
116 if (!d->isKeyInitialized)
117 setKeySequences({ key });
118 d->defaultKeys = { key };
119}
120
121void Command::setDefaultKeySequences(const QList<QKeySequence> &keys)
122{

Callers 15

RunnerMethod · 0.80
initializeMethod · 0.80
registerShortcutMethod · 0.80
initActionsMethod · 0.80
initShortCutMethod · 0.80
setShortCutForLocatorMethod · 0.80
initRightspaceWidgetMethod · 0.80
CopilotMethod · 0.80
registerShortcutMethod · 0.80
addMenuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected