diff --git a/source/Ox.UI/js/Video/VideoEditor.js b/source/Ox.UI/js/Video/VideoEditor.js index 29923614..a0576c48 100644 --- a/source/Ox.UI/js/Video/VideoEditor.js +++ b/source/Ox.UI/js/Video/VideoEditor.js @@ -254,7 +254,7 @@ Ox.VideoEditor = function(options, self) { goToPoint('out'); }, key_shift_p: function() { - // go to poster frame + setPosition(self.options.posterFrame); }, key_shift_right: function() { movePositionBy(1); @@ -565,7 +565,7 @@ Ox.VideoEditor = function(options, self) { ] : [], [ {}, - {id: 'gotoPosterFrame', title: Ox._('Go to Poster Frame')}, + {id: 'gotoPosterFrame', title: Ox._('Go to Poster Frame'), keyboard: 'shift p'}, {id: 'setPosterFrame', title: Ox._('Set Poster Frame'), disabled: !self.options.enableSetPosterFrame}, {}, {id: 'keyboard', title: Ox._('Keyboard Shortcuts...'), keyboard: 'h'}