From 75a230d4178cf806f80062a4f8c3ac4fddbfbd7e Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 16 Feb 2012 01:57:28 +0530 Subject: [PATCH] fix help message for shift+I --- source/Ox.UI/js/Video/Ox.VideoEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index 3a6148e5..cd19eebb 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -375,7 +375,7 @@ Ox.VideoEditor = function(options, self) { {key: Ox.UI.symbols.shift + Ox.UI.symbols.arrow_down, action: 'Go to Last Frame'}, {key: 'I', action: 'Set In Point'}, {key: 'O', action: 'Set Out Point'}, - {key: Ox.UI.symbols.shift + 'I', action: 'Go to Out Point'}, + {key: Ox.UI.symbols.shift + 'I', action: 'Go to In Point'}, {key: Ox.UI.symbols.shift + 'O', action: 'Go to Out Point'}, {key: '[', action: 'Go to Previous Annotation'}, {key: ']', action: 'Go to Next Annotation'},