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

Unified Diff: Source/devtools/front_end/profiler/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 | « no previous file | Source/devtools/front_end/timeline/module.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
}
]
}
« no previous file with comments | « no previous file | Source/devtools/front_end/timeline/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698