Skip to content

default_key_mapping: Fix "Soft Reload Script" shortcut #11035

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/editor/default_key_mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ Script editor
+----------------------+---------------------------------+---------------------------------+----------------------------------------+
| Save All | :kbd:`Ctrl + Shift + Alt + S` | :kbd:`Cmd + Shift + Opt + S` | ``script_editor/save_all`` |
+----------------------+---------------------------------+---------------------------------+----------------------------------------+
| Soft Reload Script | :kbd:`Ctrl + Shift + R` | :kbd:`Cmd + Shift + R` | ``script_editor/reload_script_soft`` |
| Soft Reload Script | :kbd:`Ctrl + Alt + R` | :kbd:`Opt + Cmd + R` | ``script_editor/reload_script_soft`` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| Soft Reload Script | :kbd:`Ctrl + Alt + R` | :kbd:`Opt + Cmd + R` | ``script_editor/reload_script_soft`` |
| Soft Reload Tool Script | :kbd:`Ctrl + Alt + R` | :kbd:`Opt + Cmd + R` | ``script_editor/reload_script_soft`` |

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see. Shall I file a regular issue instead then?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you can open a regular issue if you'd like to.

+----------------------+---------------------------------+---------------------------------+----------------------------------------+
| History Previous | :kbd:`Alt + Left Arrow` | :kbd:`Opt + Left Arrow` | ``script_editor/history_previous`` |
+----------------------+---------------------------------+---------------------------------+----------------------------------------+
Expand Down