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

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

Issue 1317973003: Devtools UI: Fix recording shortcut on Mac to use Cmd not Ctrl (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/profiler/module.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/timeline/module.json
diff --git a/Source/devtools/front_end/timeline/module.json b/Source/devtools/front_end/timeline/module.json
index 605598163be56e4763795f0b72a74101f2596be4..74c393fe2688ba7c15dc2d8c06682aed33a26ef5 100644
--- a/Source/devtools/front_end/timeline/module.json
+++ b/Source/devtools/front_end/timeline/module.json
@@ -28,7 +28,12 @@
"className": "WebInspector.TimelinePanel.RecordActionDelegate",
"bindings": [
{
+ "platform": "windows,linux",
"shortcut": "Ctrl+E"
+ },
+ {
+ "platform": "mac",
+ "shortcut": "Meta+E"
}
]
}
« no previous file with comments | « Source/devtools/front_end/profiler/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698