disable next page keyboard shortcut

This commit is contained in:
j 2019-01-22 18:19:35 +05:30
parent 883f240365
commit 70ce34b353

View file

@ -7861,11 +7861,6 @@ window.addEventListener('keydown', function keydown(evt) {
break; break;
} }
/* falls through */ /* falls through */
case 74: // 'j'
case 78: // 'n'
PDFViewerApplication.page++;
handled = true;
break;
case 36: // home case 36: // home
if (isViewerInPresentationMode || PDFViewerApplication.page > 1) { if (isViewerInPresentationMode || PDFViewerApplication.page > 1) {