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-->
|
<!--EDIT-->
|
||||||
<commandset id="editMenuCommands"/>
|
<commandset id="editMenuCommands"/>
|
||||||
<command id="cmd_find"
|
<command id="cmd_find"
|
||||||
oncommand="document.getElementById('zotero-tb-search').focus();"/>
|
oncommand="document.getElementById('zotero-tb-search').select()"/>
|
||||||
</commandset>
|
</commandset>
|
||||||
|
|
||||||
<keyset id="mainKeyset">
|
<keyset id="mainKeyset">
|
||||||
|
|
Loading…
Add table
Reference in a new issue