Skip to content

Commit

Permalink
Added keyboard shortcut for Save All, Ctrl+Shift+L
Browse files Browse the repository at this point in the history
There doesn't seem to be a strong standard for which shortcut to use. I
would prefer Ctrl+Shift+S because it's used in Visual Studio and Qt
Creator, and consistent with Ctrl+Shift+W for Close All.

However, Ctrl+Shift+S is already used as Save As on some platforms (e.g.
Gnome), which instead use Ctrl+Shift+L for Save All, so we follow suit.
  • Loading branch information
ttencate authored and bjorn committed Aug 2, 2017
1 parent 14a6f0a commit 75dd4ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tiled/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,9 @@
<property name="text">
<string>Save All</string>
</property>
<property name="shortcut">
<string>Ctrl+Shift+L</string>
</property>
</action>
<action name="actionDocumentation">
<property name="text">
Expand Down

0 comments on commit 75dd4ea

Please sign in to comment.