Add keyboard shortcut to toggle sidebar

This commit is contained in:
Thiago da Silva 2018-12-16 04:29:29 -02:00
parent e716038b12
commit 2abea7d7c2

View File

@ -2313,6 +2313,10 @@ function webViewerKeyDown(evt) {
case 82: // 'r'
PDFViewerApplication.rotatePages(90);
break;
case 115: // F4
PDFViewerApplication.pdfSidebar.toggle();
break;
}
if (turnPage !== 0 &&