From 59ddcab36035b8b5c5010d2124c376489c7d92aa Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Thu, 1 Dec 2011 21:59:35 +0000 Subject: [PATCH] Add Ctrl-Shift-S as a default hotkey for Save As Originally committed to SVN as r5956. --- aegisub/src/libresrc/default_hotkey.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aegisub/src/libresrc/default_hotkey.json b/aegisub/src/libresrc/default_hotkey.json index 839eea4c0..d86d7920e 100644 --- a/aegisub/src/libresrc/default_hotkey.json +++ b/aegisub/src/libresrc/default_hotkey.json @@ -200,6 +200,12 @@ "key" : "F2" } ], + "subtitle/save/as" : [ + { + "modifiers" : [ "Ctrl", "Shift" ], + "key" : "S" + } + ], "time/frame/current" : [ { "modifiers" : [ "Ctrl" ],