diff --git a/aegisub/src/libresrc/default_hotkey.json b/aegisub/src/libresrc/default_hotkey.json index 89c7502cf..b3d400a1f 100644 --- a/aegisub/src/libresrc/default_hotkey.json +++ b/aegisub/src/libresrc/default_hotkey.json @@ -537,11 +537,47 @@ "key" : "Right" } ], + "video/frame/next/boundary" : [ + { + "modifiers" : [ "Ctrl" ], + "key" : "Right" + } + ], + "video/frame/next/keyframe" : [ + { + "modifiers" : [ "Shift" ], + "key" : "Right" + } + ], + "video/frame/next/large" : [ + { + "modifiers" : [ "Alt" ], + "key" : "Right" + } + ], "video/frame/prev" : [ { "modifiers" : [], "key" : "Left" } + ], + "video/frame/prev/boundary" : [ + { + "modifiers" : [ "Ctrl" ], + "key" : "Left" + } + ], + "video/frame/prev/keyframe" : [ + { + "modifiers" : [ "Shift" ], + "key" : "Left" + } + ], + "video/frame/prev/large" : [ + { + "modifiers" : [ "Alt" ], + "key" : "Left" + } ] },