Chromium Code Reviews| 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 e9ab5bbeeaf3efff41857f34f7d6dfaf81a70d14..ae74cf30c5a7bd24565477ee4e44252a61d41094 100644 |
| --- a/Source/devtools/front_end/console/module.json |
| +++ b/Source/devtools/front_end/console/module.json |
| @@ -37,12 +37,7 @@ |
| "className": "WebInspector.ConsoleView.ActionDelegate", |
| "bindings": [ |
| { |
| - "platform": "windows,linux", |
| "shortcut": "Ctrl+L" |
| - }, |
| - { |
| - "platform": "mac", |
| - "shortcut": "Ctrl+L Meta+L" |
|
pfeldman
2015/09/02 02:39:22
Cmd + K used to clear console on Mac.
samli
2015/09/02 19:07:48
Done.
|
| } |
| ] |
| }, |