Changed default shortcuts for 10 first workbenches from CTRL+number to ALT+CTRL+number
This commit is contained in:
parent
24c60199cc
commit
cfba4a3d5c
|
@ -536,7 +536,7 @@ void WorkbenchGroup::setWorkbenchData(int i, const QString& wb)
|
|||
workbenches[i]->setStatusTip(tr("Select the '%1' workbench").arg(name));
|
||||
workbenches[i]->setVisible(true);
|
||||
if (i < 10)
|
||||
workbenches[i]->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+%1").arg(i)));
|
||||
workbenches[i]->setShortcut(QKeySequence(QString::fromUtf8("Ctrl+Alt+%1").arg(i)));
|
||||
}
|
||||
|
||||
void WorkbenchGroup::refreshWorkbenchList()
|
||||
|
|
Loading…
Reference in New Issue
Block a user