Skip to content

Commit bd891d6

Browse files
authored
Switch keyboard shortcut for "Save All" to "Save As" (#3965)
Leaving "Save All" with no default shortcut. Closes #3933
1 parent fd9e05e commit bd891d6

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Added lock icon to open tabs for which the file is read-only
66
* Added Shift modifier to cut when capturing a tile stamp (by kdx2a, #3961)
77
* Made adding "Copy" when duplicating optional and disabled by default (#3917)
8+
* Changed default shortcut for "Save As" to Ctrl+Shift+S and removed shortcut from "Save All" (#3933)
89
* Layer names are now trimmed when edited in the UI, to avoid accidental whitespace
910
* Scripting: Added API for working with worlds (#3539)
1011
* Scripting: Added Tile.image for accessing a tile's image data

docs/manual/keyboard-shortcuts.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ General
1717
- ``Ctrl + Shift + P`` - Search for available actions
1818
- ``Ctrl + Shift + T`` - Reopen a recently closed file
1919
- ``Ctrl + S`` - Save current document
20-
- ``Ctrl + Alt + S`` - Save current document to another file
21-
- ``Ctrl + Shift + S`` - Save all documents
20+
- ``Ctrl + Shift + S`` - Save current document to another file
2221
- ``Ctrl + E`` - Export current document
2322
- ``Ctrl + Shift + E`` - Export current document to another file
2423
- ``Ctrl + R`` - Reload current document

src/tiled/mainwindow.ui

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
<string>Save &amp;As...</string>
345345
</property>
346346
<property name="shortcut">
347-
<string notr="true">Ctrl+Alt+S</string>
347+
<string notr="true">Ctrl+Shift+S</string>
348348
</property>
349349
</action>
350350
<action name="actionNewTileset">
@@ -537,9 +537,6 @@
537537
<property name="text">
538538
<string>Save All</string>
539539
</property>
540-
<property name="shortcut">
541-
<string notr="true">Ctrl+Shift+S</string>
542-
</property>
543540
</action>
544541
<action name="actionDocumentation">
545542
<property name="text">

0 commit comments

Comments
 (0)