OS X: Adjust some default hotkeys to match the platform standards

Originally committed to SVN as r6819.
This commit is contained in:
Thomas Goyne 2012-05-18 05:03:00 +00:00
parent 2f2e33617a
commit 2675bbb831

View file

@ -76,12 +76,6 @@
"key" : "Q" "key" : "Q"
} }
], ],
"app/options" : [
{
"modifiers" : [ "Alt" ],
"key" : "O"
}
],
"edit/line/copy" : [ "edit/line/copy" : [
{ {
"modifiers" : [ "Ctrl" ], "modifiers" : [ "Ctrl" ],
@ -96,14 +90,14 @@
], ],
"edit/find_replace" : [ "edit/find_replace" : [
{ {
"modifiers" : [ "Ctrl" ], "modifiers" : [ "Ctrl", "Alt" ],
"key" : "H" "key" : "F"
} }
], ],
"edit/line/delete" : [ "edit/line/delete" : [
{ {
"modifiers" : [ "Ctrl" ], "modifiers" : [ "Ctrl" ],
"key" : "Delete" "key" : "Backspace"
} }
], ],
"edit/line/duplicate/shift" : [ "edit/line/duplicate/shift" : [
@ -126,8 +120,8 @@
], ],
"edit/redo" : [ "edit/redo" : [
{ {
"modifiers" : [ "Ctrl" ], "modifiers" : [ "Ctrl", "Shift" ],
"key" : "Y" "key" : "Z"
} }
], ],
"edit/undo" : [ "edit/undo" : [
@ -174,8 +168,8 @@
], ],
"subtitle/find/next" : [ "subtitle/find/next" : [
{ {
"modifiers" : [], "modifiers" : [ "Ctrl" ],
"key" : "F3" "key" : "G"
} }
], ],
"subtitle/new" : [ "subtitle/new" : [
@ -206,6 +200,16 @@
"key" : "S" "key" : "S"
} }
], ],
"subtitle/spellcheck" : [
{
"modifiers" : [ "Ctrl" ],
"key" : ":"
},
{
"modifiers" : [ "Ctrl" ],
"key" : ";"
}
],
"time/frame/current" : [ "time/frame/current" : [
{ {
"modifiers" : [ "Ctrl" ], "modifiers" : [ "Ctrl" ],
@ -263,7 +267,7 @@
"video/jump" : [ "video/jump" : [
{ {
"modifiers" : [ "Ctrl" ], "modifiers" : [ "Ctrl" ],
"key" : "G" "key" : "J"
} }
], ],
"video/jump/end" : [ "video/jump/end" : [