From 8e0f6c8d25f8bd2cb31849f2b08b2f0ccb62ded6 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sat, 18 Feb 2012 00:41:18 +0000 Subject: [PATCH] Add KP_Enter to the default hotkeys for commit in the translation assistant and styling assistant. Closes #1414. Originally committed to SVN as r6486. --- aegisub/src/libresrc/default_hotkey.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/aegisub/src/libresrc/default_hotkey.json b/aegisub/src/libresrc/default_hotkey.json index b3d400a1f..2321c6dbd 100644 --- a/aegisub/src/libresrc/default_hotkey.json +++ b/aegisub/src/libresrc/default_hotkey.json @@ -605,6 +605,10 @@ { "modifiers" : [], "key" : "Enter" + }, + { + "modifiers" : [], + "key" : "KP_Enter" } ], "grid/line/next" : [ @@ -650,6 +654,10 @@ { "modifiers" : [], "key" : "Enter" + }, + { + "modifiers" : [], + "key" : "KP_Enter" } ], "tool/translation_assistant/insert_original" : [