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..08ccf22e6fe043817f1434969dfa64bb8d0de245 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,21 @@ |
] |
}, |
{ |
+ "type": "@WebInspector.ActionDelegate", |
+ "actionId": "console.clear", |
pfeldman
2015/08/17 19:22:49
So our actions should be named (have titles and ma
|
+ "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", |