From 2183442089200724ca9be1af956f27350a541a7a Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 18 Jan 2011 05:13:34 +0000 Subject: [PATCH] Remove the unmodifiered frame left/right hotkeys from default Originally committed to SVN as r5239. --- aegisub/src/libresrc/default_hotkey.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/aegisub/src/libresrc/default_hotkey.json b/aegisub/src/libresrc/default_hotkey.json index 31fd3d0a6..8a31a7552 100644 --- a/aegisub/src/libresrc/default_hotkey.json +++ b/aegisub/src/libresrc/default_hotkey.json @@ -276,11 +276,6 @@ } ], "video/frame/next" : [ - { - "modifiers" : [], - "key" : "Right", - "enable" : true - }, { "modifiers" : [ "Ctrl" ], "key" : "KP_6", @@ -295,11 +290,6 @@ } ], "video/frame/prev" : [ - { - "modifiers" : [], - "key" : "Left", - "enable" : true - }, { "modifiers" : [ "Ctrl" ], "key" : "KP_4",