分享时间 | 2020-12-21 21:46 |
最后更新 | 2024-01-19 16:52 |
修订版本 | 1 |
用户许可 | 可自己使用或修改,不可再分享 |
Quicker版本 | 1.40.23 |
动作大小 | 4.3 KB |
注意:需配合Zotero插件使用,设置“Lookup item by identifier”的快捷键为“Alt+Ctrl+Shift+U”。
1. Zotero旧版(6.X)使用Zutilo插件;
Zutilo设置位置:
(Zotero工具>>Zutilo首选项>>快捷键列表>>Lookup item by identifier)
2. Zotero新版(7.X)使用 Actions & Tags (AT) 插件。
在Actions & Tags中,设置 以下代码的快捷键:
const document = require("document"); // show “add item(s) by identifier” Box var panel = document.getElementById('zotero-lookup-panel'); button = document.getElementById("zotero-tb-lookup"); panel.openPopup(button, "after_start", 0, 0, false, false);
————————分割线———以下为陈旧的内容——————————
注意:需配合Zotero插件(Zutilo)使用,设置“Lookup item by identifier”的快捷键为“Alt+Ctrl+Shift+U”。(Zotero工具>>Zutilo首选项>>快捷键列表>>Lookup item by identifier)
鸣谢hewittchoi!
修订版本 | 更新时间 | 更新说明 |
---|---|---|
1 | 2024-01-19 16:52 | 更换新图标 |
0 | 2020-12-21 21:46 |