Add Ctrl-Shift-S as a default hotkey for Save As
Originally committed to SVN as r5956.
This commit is contained in:
parent
df3d3cd409
commit
59ddcab360
1 changed files with 6 additions and 0 deletions
|
@ -200,6 +200,12 @@
|
|||
"key" : "F2"
|
||||
}
|
||||
],
|
||||
"subtitle/save/as" : [
|
||||
{
|
||||
"modifiers" : [ "Ctrl", "Shift" ],
|
||||
"key" : "S"
|
||||
}
|
||||
],
|
||||
"time/frame/current" : [
|
||||
{
|
||||
"modifiers" : [ "Ctrl" ],
|
||||
|
|
Loading…
Reference in a new issue