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" |
} |
] |
} |