diff --git a/web/app.js b/web/app.js index 9ed2f0ea8..afff7efb4 100644 --- a/web/app.js +++ b/web/app.js @@ -3048,6 +3048,12 @@ function onKeyDown(evt) { case 115: // F4 this.pdfSidebar?.toggle(); break; + + case 70: // 'f' + case 73: // 'i' + onInvert.call(this, { + state: !this.appConfig.toolbar.invert.classList.contains("toggled"), + }); } if (