소스 검색

Added a shortcut for Simulate mode. (#18958)

Signed-off-by: derikson-dev <[email protected]>
Derikson 3 달 전
부모
커밋
d70003ae32
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Code/Editor/Core/EditorActionsHandler.cpp

+ 2 - 0
Code/Editor/Core/EditorActionsHandler.cpp

@@ -962,6 +962,8 @@ void EditorActionsHandler::OnActionRegistrationHook()
 
 
         // This action is only accessible outside of Component Modes
         // This action is only accessible outside of Component Modes
         m_actionManagerInterface->AssignModeToAction(AzToolsFramework::DefaultActionContextModeIdentifier, actionIdentifier);
         m_actionManagerInterface->AssignModeToAction(AzToolsFramework::DefaultActionContextModeIdentifier, actionIdentifier);
+
+        m_hotKeyManagerInterface->SetActionHotKey(actionIdentifier, "Ctrl+Alt+G");
     }
     }
 
 
     // Move Player and Camera Separately
     // Move Player and Camera Separately