Select text in search bar when using Find menu option (or shortcut)
https://forums.zotero.org/discussion/69305
This commit is contained in:
parent
f353b7ca61
commit
c723e1ebe4
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
<!--EDIT-->
|
||||
<commandset id="editMenuCommands"/>
|
||||
<command id="cmd_find"
|
||||
oncommand="document.getElementById('zotero-tb-search').focus();"/>
|
||||
oncommand="document.getElementById('zotero-tb-search').select()"/>
|
||||
</commandset>
|
||||
|
||||
<keyset id="mainKeyset">
|
||||
|
|
Loading…
Add table
Reference in a new issue