File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 344344 <string >Save & 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" >
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" >
You can’t perform that action at this time.
0 commit comments