diff options
| -rw-r--r-- | editor/editor_node.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index b0278030f9..3132581af5 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -6916,7 +6916,7 @@ EditorNode::EditorNode() {  	_reset_play_buttons(); -	ED_SHORTCUT_AND_COMMAND("editor/run_specific_scene", TTR("Run Specific Scene"), KeyModifierMask::META | KeyModifierMask::SHIFT | Key::F5); +	ED_SHORTCUT_AND_COMMAND("editor/run_specific_scene", TTR("Run Specific Scene"), KeyModifierMask::CTRL | KeyModifierMask::SHIFT | Key::F5);  	ED_SHORTCUT_OVERRIDE("editor/run_specific_scene", "macos", KeyModifierMask::META | KeyModifierMask::SHIFT | Key::R);  	play_custom_scene_button->set_shortcut(ED_GET_SHORTCUT("editor/run_specific_scene"));  |