fix help message for shift+I
This commit is contained in:
parent
8b9c5a485b
commit
75a230d417
1 changed files with 1 additions and 1 deletions
|
@ -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'},
|
||||
|
|
Loading…
Reference in a new issue