Skip to content

Commit

Permalink
Add shortcut CTRL + I for import (load) world model with robot (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
MinyazevR authored Feb 27, 2025
1 parent d3e7e40 commit 39e1c3a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ActionsBox::ActionsBox(QObject *parent)
, mClearFloorAction(new QAction(AbstractItem::loadTextColorIcon(":/icons/2d_clear_floor.svg")
, tr("Clear floor"), this))
{
mLoadWorldModelAction->setShortcut(Qt::CTRL + Qt::Key_I);
mScrollHandModeAction->setCheckable(true);
mMultiSelectionModeAction->setCheckable(true);
mSceneModeActions.addAction(mScrollHandModeAction.data());
Expand Down

0 comments on commit 39e1c3a

Please sign in to comment.