diff --git a/src/object/robotmain.cpp b/src/object/robotmain.cpp index d5927d0f..f932e93d 100644 --- a/src/object/robotmain.cpp +++ b/src/object/robotmain.cpp @@ -842,6 +842,11 @@ bool CRobotMain::ProcessEvent(Event &event) { SelectHuman(); } + if (event.key.slot == INPUT_SLOT_NEXT && ((event.kmodState & KEY_MOD(CTRL)) != 0)) + { + m_short->SelectShortcut(EVENT_OBJECT_SHORTCUT00); // switch bots <-> buildings + return false; + } if (event.key.slot == INPUT_SLOT_NEXT) { if (m_shortCut)