diff --git a/source/Ox.UI/js/Video/VideoPlayerPanel.js b/source/Ox.UI/js/Video/VideoPlayerPanel.js index c1bb144a..59ae90fc 100644 --- a/source/Ox.UI/js/Video/VideoPlayerPanel.js +++ b/source/Ox.UI/js/Video/VideoPlayerPanel.js @@ -403,6 +403,7 @@ Ox.VideoPlayerPanel = function(options, self) { 'shift_i', 'shift_o', 'slash', 'space' ].forEach(function(key) { key = 'key_' + key; + // FIXME: video player and timeline, too self.$annotationPanel.bindEvent(key, function() { that.triggerEvent(key); });