forward paste event
This commit is contained in:
parent
819c5c747d
commit
80b3c02164
1 changed files with 6 additions and 0 deletions
|
@ -172,6 +172,9 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
out: self.options.out
|
||||
}]);
|
||||
},
|
||||
key_control_v: function() {
|
||||
that.triggerEvent('paste');
|
||||
},
|
||||
key_dot: function() {
|
||||
movePositionTo('cut', 1);
|
||||
},
|
||||
|
@ -275,6 +278,9 @@ Ox.VideoEditPanel = function(options, self) {
|
|||
loop: function(data) {
|
||||
that.triggerEvent('loop', data);
|
||||
},
|
||||
key_control_v: function() {
|
||||
that.triggerEvent('paste');
|
||||
},
|
||||
muted: function(data) {
|
||||
that.triggerEvent('muted', data);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue