mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
Merge 659ebc3400 into 6d8198bbfa
This commit is contained in:
commit
705b4b5f33
1 changed files with 8 additions and 1 deletions
|
|
@ -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;">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue