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",