Merge branch 'master' of https://github.com/b3log/wide
This commit is contained in:
commit
43a0c9ea6e
|
@ -216,7 +216,7 @@ var hotkeys = {
|
|||
|
||||
var hotKeys = hotkeys.defaultKeyMap;
|
||||
if (event.ctrlKey === hotKeys.clearWindow.ctrlKey
|
||||
&& event.which === hotKeys.clearWindow.which) { // Ctrl-F 搜索
|
||||
&& event.which === hotKeys.clearWindow.which) { // Ctrl-C clear output
|
||||
bottomGroup.clear('output');
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -409,6 +409,10 @@
|
|||
<span class="space"></span> {{.i18n.rename}}
|
||||
</li>
|
||||
<li class="hr"></li>
|
||||
<li class="find" onclick="$('#dialogSearchForm').dialog('open');">
|
||||
<span class="font-ico ico-findfiles"></span> {{.i18n.find_in_files}}
|
||||
</li>
|
||||
<li class="hr"></li>
|
||||
<li onclick="tree.refresh(this);">
|
||||
<span class="ico-refresh font-ico"></span> {{.i18n.refresh}}
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue