This commit is contained in:
Liang Ding 2015-01-04 16:20:41 +08:00
parent cfd5027396
commit f0334afb67
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}