1
0
Fork 0
forked from 0x2620/oxjs

make 'add to clipboard' work in player and editor

This commit is contained in:
rlx 2013-07-14 16:37:35 +00:00
commit cd0e9c8151
2 changed files with 14 additions and 7 deletions

View file

@ -133,6 +133,13 @@ Ox.VideoPanel = function(options, self) {
out: self.options.out
}]);
},
key_control_shift_c: function() {
that.triggerEvent('copyadd', [{
annotation: self.options.selected,
'in': self.options['in'],
out: self.options.out
}]);
},
key_equal: function() {
self.$video.changeVolume(0.1);
},