From 2675bbb831c693bfc48d7f02ce9f8b954980d02c Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 18 May 2012 05:03:00 +0000 Subject: [PATCH] OS X: Adjust some default hotkeys to match the platform standards Originally committed to SVN as r6819. --- aegisub/src/libresrc/osx/default_hotkey.json | 32 +++++++++++--------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/aegisub/src/libresrc/osx/default_hotkey.json b/aegisub/src/libresrc/osx/default_hotkey.json index dfea1c960..e44c76e13 100644 --- a/aegisub/src/libresrc/osx/default_hotkey.json +++ b/aegisub/src/libresrc/osx/default_hotkey.json @@ -76,12 +76,6 @@ "key" : "Q" } ], - "app/options" : [ - { - "modifiers" : [ "Alt" ], - "key" : "O" - } - ], "edit/line/copy" : [ { "modifiers" : [ "Ctrl" ], @@ -96,14 +90,14 @@ ], "edit/find_replace" : [ { - "modifiers" : [ "Ctrl" ], - "key" : "H" + "modifiers" : [ "Ctrl", "Alt" ], + "key" : "F" } ], "edit/line/delete" : [ { "modifiers" : [ "Ctrl" ], - "key" : "Delete" + "key" : "Backspace" } ], "edit/line/duplicate/shift" : [ @@ -126,8 +120,8 @@ ], "edit/redo" : [ { - "modifiers" : [ "Ctrl" ], - "key" : "Y" + "modifiers" : [ "Ctrl", "Shift" ], + "key" : "Z" } ], "edit/undo" : [ @@ -174,8 +168,8 @@ ], "subtitle/find/next" : [ { - "modifiers" : [], - "key" : "F3" + "modifiers" : [ "Ctrl" ], + "key" : "G" } ], "subtitle/new" : [ @@ -206,6 +200,16 @@ "key" : "S" } ], + "subtitle/spellcheck" : [ + { + "modifiers" : [ "Ctrl" ], + "key" : ":" + }, + { + "modifiers" : [ "Ctrl" ], + "key" : ";" + } + ], "time/frame/current" : [ { "modifiers" : [ "Ctrl" ], @@ -263,7 +267,7 @@ "video/jump" : [ { "modifiers" : [ "Ctrl" ], - "key" : "G" + "key" : "J" } ], "video/jump/end" : [