Skip to content

Commit

Permalink
Switch keyboard shortcut for "Save All" to "Save As" (#3965)
Browse files Browse the repository at this point in the history
Leaving "Save All" with no default shortcut.

Closes #3933
  • Loading branch information
bjorn authored Jun 17, 2024
1 parent fd9e05e commit bd891d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* Added lock icon to open tabs for which the file is read-only
* Added Shift modifier to cut when capturing a tile stamp (by kdx2a, #3961)
* Made adding "Copy" when duplicating optional and disabled by default (#3917)
* Changed default shortcut for "Save As" to Ctrl+Shift+S and removed shortcut from "Save All" (#3933)
* Layer names are now trimmed when edited in the UI, to avoid accidental whitespace
* Scripting: Added API for working with worlds (#3539)
* Scripting: Added Tile.image for accessing a tile's image data
Expand Down
3 changes: 1 addition & 2 deletions docs/manual/keyboard-shortcuts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ General
- ``Ctrl + Shift + P`` - Search for available actions
- ``Ctrl + Shift + T`` - Reopen a recently closed file
- ``Ctrl + S`` - Save current document
- ``Ctrl + Alt + S`` - Save current document to another file
- ``Ctrl + Shift + S`` - Save all documents
- ``Ctrl + Shift + S`` - Save current document to another file
- ``Ctrl + E`` - Export current document
- ``Ctrl + Shift + E`` - Export current document to another file
- ``Ctrl + R`` - Reload current document
Expand Down
5 changes: 1 addition & 4 deletions src/tiled/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
<string>Save &amp;As...</string>
</property>
<property name="shortcut">
<string notr="true">Ctrl+Alt+S</string>
<string notr="true">Ctrl+Shift+S</string>
</property>
</action>
<action name="actionNewTileset">
Expand Down Expand Up @@ -537,9 +537,6 @@
<property name="text">
<string>Save All</string>
</property>
<property name="shortcut">
<string notr="true">Ctrl+Shift+S</string>
</property>
</action>
<action name="actionDocumentation">
<property name="text">
Expand Down

0 comments on commit bd891d6

Please sign in to comment.