Skip to content

Commit 39e1c3a

Browse files
authored
Add shortcut CTRL + I for import (load) world model with robot (#1917)
1 parent d3e7e40 commit 39e1c3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/robots/common/twoDModel/src/engine/view/parts/actionsBox.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ ActionsBox::ActionsBox(QObject *parent)
3535
, mClearFloorAction(new QAction(AbstractItem::loadTextColorIcon(":/icons/2d_clear_floor.svg")
3636
, tr("Clear floor"), this))
3737
{
38+
mLoadWorldModelAction->setShortcut(Qt::CTRL + Qt::Key_I);
3839
mScrollHandModeAction->setCheckable(true);
3940
mMultiSelectionModeAction->setCheckable(true);
4041
mSceneModeActions.addAction(mScrollHandModeAction.data());

0 commit comments

Comments
 (0)