Index: Source/devtools/front_end/profiler/module.json |
diff --git a/Source/devtools/front_end/profiler/module.json b/Source/devtools/front_end/profiler/module.json |
index 5abb6729b566bde224148e97fa6007e6041dc042..3a3552b66e5ad590e0f6bf0970a4d2aac880f7e2 100644 |
--- a/Source/devtools/front_end/profiler/module.json |
+++ b/Source/devtools/front_end/profiler/module.json |
@@ -44,7 +44,12 @@ |
"className": "WebInspector.ProfilesPanel.RecordActionDelegate", |
"bindings": [ |
{ |
+ "platform": "windows,linux", |
"shortcut": "Ctrl+E" |
+ }, |
+ { |
+ "platform": "mac", |
+ "shortcut": "Meta+E" |
} |
] |
} |