mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fix zoom out keyboard shortcut for mac.
This commit is contained in:
parent
bd0e42220b
commit
62734a2d97
1 changed files with 1 additions and 0 deletions
|
@ -2295,6 +2295,7 @@ window.addEventListener('keydown', function keydown(evt) {
|
|||
PDFView.zoomIn();
|
||||
handled = true;
|
||||
break;
|
||||
case 173: // FF/Mac '-'
|
||||
case 109: // FF '-'
|
||||
case 189: // Chrome '-'
|
||||
PDFView.zoomOut();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue