This commit is contained in:
parent
cfd5027396
commit
f0334afb67
|
@ -216,7 +216,7 @@ var hotkeys = {
|
||||||
|
|
||||||
var hotKeys = hotkeys.defaultKeyMap;
|
var hotKeys = hotkeys.defaultKeyMap;
|
||||||
if (event.ctrlKey === hotKeys.clearWindow.ctrlKey
|
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');
|
bottomGroup.clear('output');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue