Description
Your Godot version:
- latest
- stable
- 4.4
Issue description:
In Text Editor/Script Editor "Ctrl + Shift + R" is "Replace in files". The correct shortcut for "Soft Reload Script" is "Ctrl + Alt + R".
Reference: https://github.com/godotengine/godot/blob/4.4.1-stable/editor/plugins/script_editor_plugin.cpp#L4303:
file_menu->get_popup()->add_shortcut(ED_SHORTCUT("script_editor/reload_script_soft", TTRC("Soft Reload Tool Script"), KeyModifierMask::CMD_OR_CTRL | KeyModifierMask::ALT | Key::R), FILE_TOOL_RELOAD_SOFT);
URL to the documentation page:
- https://github.com/godotengine/godot-docs/blob/master/tutorials/editor/default_key_mapping.rst
- https://docs.godotengine.org/en/latest/tutorials/editor/default_key_mapping.html
If you know how to fix the issue you are reporting please consider opening a pull request.
Done as #11035. But @skyace65 says there is more work to be done on that page and it's better to do everything together (see below), so I'm filing this issue instead of the PR.
So unfortunately, the name of the shortcut has changed and would need to be updated. That also means every other box on this section would need to be updated as well. I don't want to merge this without the rename, but this might be better left for a PR that goes through everything to clean it up. I'm sure more of these are out of date, and also not in the same order in the editor anymore.