From 38c8dfae9f5fac932de4f38582b3b51318d2ae20 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 15 Nov 2014 21:33:06 +0000 Subject: [PATCH] video annotation panel: add 'delete' shortcut to help --- source/UI/js/Video/VideoAnnotationPanel.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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