disable next page keyboard shortcut

This commit is contained in:
j 2019-01-22 18:19:35 +05:30
parent 883f240365
commit 70ce34b353
1 changed files with 0 additions and 5 deletions

View File

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