Index: Source/devtools/front_end/console/module.json |
diff --git a/Source/devtools/front_end/console/module.json b/Source/devtools/front_end/console/module.json |
index 4bec03835b6e53b7c9d03d97f03514c5c206060b..e9ab5bbeeaf3efff41857f34f7d6dfaf81a70d14 100644 |
--- a/Source/devtools/front_end/console/module.json |
+++ b/Source/devtools/front_end/console/module.json |
@@ -22,7 +22,7 @@ |
{ |
"type": "@WebInspector.ActionDelegate", |
"actionId": "console.show", |
- "className": "WebInspector.ConsoleView.ShowConsoleActionDelegate", |
+ "className": "WebInspector.ConsoleView.ActionDelegate", |
"bindings": [ |
{ |
"shortcut": "Ctrl+`" |
@@ -30,6 +30,23 @@ |
] |
}, |
{ |
+ "type": "@WebInspector.ActionDelegate", |
+ "actionId": "console.clear", |
+ "title": "Clear console", |
+ "iconClass": "clear-toolbar-item", |
+ "className": "WebInspector.ConsoleView.ActionDelegate", |
+ "bindings": [ |
+ { |
+ "platform": "windows,linux", |
+ "shortcut": "Ctrl+L" |
+ }, |
+ { |
+ "platform": "mac", |
+ "shortcut": "Ctrl+L Meta+L" |
+ } |
+ ] |
+ }, |
+ { |
"type": "setting", |
"category": "Console", |
"title": "Hide network messages", |