This commit is contained in:
Mi Ramon 2026-08-26 17:13:50 +08:00 committed by GitHub
commit 705b4b5f33
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@
<!--EDIT-->
<commandset id="editMenuCommands"/>
<command id="cmd_find"
oncommand="document.getElementById('zotero-tb-search').select()"/>
oncommand="reader.toggleFindPopup({ open: true });"/>
<!--WINDOW-->
<command id="minimizeWindow"
@ -157,6 +157,13 @@
label="&zotero.pdfReader.rotatePageRight;"
oncommand="reader.rotatePageRight()"
/>
<menuseparator/>
<menuitem
id="menu_delete"
key="key_find"
label="&findCmd.label;"
command="cmd_find"
/>
</menupopup>
</menu>
<menu id="view-menu" label="&viewMenu.label;" accesskey="&viewMenu.accesskey;">