From cf6f54720d8d76240ed432c9ee68ceffd3685aa6 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 17 Jan 2012 02:47:31 +0000 Subject: [PATCH] Change the default hotkey for the Jumo To dialog to Ctrl-G The hotkey should only be Ctrl-J on OS X (where Ctrl-G is taken by Find Next), but platform-specific hotkeys aren't implemented yet. Originally committed to SVN as r6301. --- aegisub/src/libresrc/default_hotkey.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/libresrc/default_hotkey.json b/aegisub/src/libresrc/default_hotkey.json index b730c4ddd..89c7502cf 100644 --- a/aegisub/src/libresrc/default_hotkey.json +++ b/aegisub/src/libresrc/default_hotkey.json @@ -263,7 +263,7 @@ "video/jump" : [ { "modifiers" : [ "Ctrl" ], - "key" : "J" + "key" : "G" } ], "video/jump/end" : [