disable next page keyboard shortcut
This commit is contained in:
parent
883f240365
commit
70ce34b353
1 changed files with 0 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue