Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1707)

Unified Diff: Source/devtools/front_end/console/module.json

Issue 1273363002: Devtools UI: Show multiple shortcuts, show more shortcuts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/console/ConsoleView.js ('k') | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « Source/devtools/front_end/console/ConsoleView.js ('k') | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698