forked from 0x2620/oxjs
beginning to fix #318
This commit is contained in:
parent
e46b568322
commit
c040e48601
3 changed files with 71 additions and 6 deletions
|
|
@ -261,8 +261,29 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
that.triggerEvent('selectnone');
|
||||
},
|
||||
submit: submitAnnotation,
|
||||
key_b: function() {
|
||||
that.triggerEvent('key_b');
|
||||
},
|
||||
key_equal: function() {
|
||||
that.triggerEvent('key_equal');
|
||||
},
|
||||
key_f: function() {
|
||||
that.triggerEvent('key_f');
|
||||
},
|
||||
key_g: function() {
|
||||
that.triggerEvent('key_g');
|
||||
},
|
||||
key_minus: function() {
|
||||
that.triggerEvent('key_minus');
|
||||
},
|
||||
key_n: function() {
|
||||
that.triggerEvent('key_n');
|
||||
},
|
||||
key_shift_g: function() {
|
||||
that.triggerEvent('key_shift_g');
|
||||
},
|
||||
key_space: function() {
|
||||
that.triggerEvent('paused');
|
||||
that.triggerEvent('key_space');
|
||||
}
|
||||
})
|
||||
.appendTo(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue