fix help message for shift+I

This commit is contained in:
j 2012-02-16 01:57:28 +05:30
parent 8b9c5a485b
commit 75a230d417

View file

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