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

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

Issue 1312393004: Devtools UI: Fix Chrome focus shortcut and add pause debugger shortcut (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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 | « no previous file | 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 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.
}
]
},
« no previous file with comments | « no previous file | Source/devtools/front_end/main/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698