diff --git a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js index f6ad5e80..9407c43b 100644 --- a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js +++ b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js @@ -268,7 +268,8 @@ Ox.AnnotationFolder = function(options, self) { ); [ - '0', 'b', 'backslash', 'closebracket', 'comma', 'dot', 'equal', + '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', + 'b', 'backslash', 'closebracket', 'comma', 'dot', 'equal', 'f', 'g', 'h', 'i', 'minus', 'n', 'o', 'openbracket', 'p', 'shift_0', 'shift_g', 'shift_i', 'shift_o', 'slash', 'space' ].forEach(function(key) { diff --git a/source/Ox.UI/js/Video/Ox.AnnotationPanel.js b/source/Ox.UI/js/Video/Ox.AnnotationPanel.js index 69b78107..45301b75 100644 --- a/source/Ox.UI/js/Video/Ox.AnnotationPanel.js +++ b/source/Ox.UI/js/Video/Ox.AnnotationPanel.js @@ -222,7 +222,8 @@ Ox.AnnotationPanel = function(options, self) { }) .appendTo(self.$folders); [ - '0', 'b', 'backslash', 'closebracket', 'comma', 'dot', 'equal', + '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', + 'b', 'backslash', 'closebracket', 'comma', 'dot', 'equal', 'f', 'g', 'h', 'i', 'minus', 'n', 'o', 'openbracket', 'p', 'shift_0', 'shift_g', 'shift_i', 'shift_o', 'slash', 'space' ].forEach(function(key) { diff --git a/source/Ox.UI/js/Video/Ox.VideoEditor.js b/source/Ox.UI/js/Video/Ox.VideoEditor.js index bf9f0e89..42e61472 100644 --- a/source/Ox.UI/js/Video/Ox.VideoEditor.js +++ b/source/Ox.UI/js/Video/Ox.VideoEditor.js @@ -651,7 +651,8 @@ Ox.VideoEditor = function(options, self) { }); [ - '0', 'b', 'backslash', 'closebracket', 'comma', 'dot', 'equal', + '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', + 'b', 'backslash', 'closebracket', 'comma', 'dot', 'equal', 'f', 'g', 'h', 'i', 'minus', 'n', 'o', 'openbracket', 'p', 'shift_0', 'shift_g', 'shift_i', 'shift_o', 'slash', 'space' ].forEach(function(key) {