diff --git a/static/js/lightbox_canvas.js b/static/js/lightbox_canvas.js index 10e056fffa..8a5d9efef6 100644 --- a/static/js/lightbox_canvas.js +++ b/static/js/lightbox_canvas.js @@ -158,6 +158,8 @@ var LightboxCanvas = (function () { } else if (e.key === "z" || e.key === '-') { funcs.setZoom(meta, '-'); funcs.displayImage(canvas, context, meta); + } else if (e.key === 'v') { + overlays.close_overlay('lightbox'); } e.preventDefault(); e.stopPropagation();