forked from 0x2620/oxjs
make +/- volume keyboard shortcut work in video and timeline views
This commit is contained in:
parent
529184887a
commit
7d188d8621
5 changed files with 46 additions and 19 deletions
|
|
@ -125,9 +125,11 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
.appendTo(self.$folders);
|
||||
[
|
||||
'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'
|
||||
'b', 'backslash', 'closebracket', 'comma', 'dot',
|
||||
'equal', 'f', 'g', 'h', 'i', 'minus', 'n', 'o',
|
||||
'openbracket', 'p', 'shift_0', 'shift_equal',
|
||||
'shift_g', 'shift_i', 'shift_minus', 'shift_o',
|
||||
'slash', 'space'
|
||||
].forEach(function(key) {
|
||||
key = 'key_' + key;
|
||||
self.$folder[i].bindEvent(key, function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue