1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00

Add German keyboard "+"-zoom.

This commit is contained in:
waddlesplash 2012-12-10 16:39:35 -05:00
parent b4adbe4967
commit d05031d3b0

View file

@ -3144,6 +3144,7 @@ window.addEventListener('keydown', function keydown(evt) {
case 61: // FF/Mac '='
case 107: // FF '+' and '='
case 187: // Chrome '+'
case 171: // FF with German keyboard
PDFView.zoomIn();
handled = true;
break;