Add Ctrl-Shift-S as a default hotkey for Save As

Originally committed to SVN as r5956.
This commit is contained in:
Thomas Goyne 2011-12-01 21:59:35 +00:00
parent df3d3cd409
commit 59ddcab360
1 changed files with 6 additions and 0 deletions

View File

@ -200,6 +200,12 @@
"key" : "F2"
}
],
"subtitle/save/as" : [
{
"modifiers" : [ "Ctrl", "Shift" ],
"key" : "S"
}
],
"time/frame/current" : [
{
"modifiers" : [ "Ctrl" ],