diff --git a/source/UI/js/Video/VideoAnnotationPanel.js b/source/UI/js/Video/VideoAnnotationPanel.js index 24d130c2..0e6282a4 100644 --- a/source/UI/js/Video/VideoAnnotationPanel.js +++ b/source/UI/js/Video/VideoAnnotationPanel.js @@ -570,7 +570,8 @@ Ox.VideoAnnotationPanel = function(options, self) { {key: Ox.SYMBOLS.shift + 'G', action: Ox._('Go to Previous Result')}, {key: 'G', action: Ox._('Go to Next Result')}, {key: Ox.SYMBOLS['return'], action: Ox._('Edit/Submit')}, - {key: Ox.SYMBOLS.escape, action: Ox._('Cancel/Deselect')} + {key: Ox.SYMBOLS.escape, action: Ox._('Cancel/Deselect')}, + {key: Ox.SYMBOLS.delete, action: Ox._('Delete')} ].concat( Ox.filter(self.options.layers.map(function(layer, i) { return layer.editable