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'},