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

Unified Diff: third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js

Issue 2431773002: DevTools: Make Timeline navigation keyboard layout agnostic (WASD/ZQSD) (Closed)
Patch Set: Created 4 years, 2 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 | « AUTHORS ('k') | third_party/WebKit/Source/devtools/front_end/ui_lazy/ChartViewport.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
diff --git a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
index 5b565b5c4c4f95783b92f928e450410d93a8791d..e2c4e2c869fd7460835cddf85d20311c001d6106 100644
--- a/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
+++ b/third_party/WebKit/Source/devtools/front_end/timeline/TimelinePanel.js
@@ -733,7 +733,7 @@ WebInspector.TimelinePanel.prototype = {
var recordNode = encloseWithTag("b", WebInspector.shortcutRegistry.shortcutDescriptorsForAction("timeline.toggle-recording")[0].name);
var reloadNode = encloseWithTag("b", WebInspector.shortcutRegistry.shortcutDescriptorsForAction("main.reload")[0].name);
- var navigateNode = encloseWithTag("b", WebInspector.UIString("WASD"));
+ var navigateNode = encloseWithTag("b", WebInspector.UIString("WASD (ZQSD)"));
var hintText = createElementWithClass("div");
hintText.appendChild(WebInspector.formatLocalized("To capture a new timeline, click the record toolbar button or hit %s.", [recordNode]));
hintText.createChild("br");
« no previous file with comments | « AUTHORS ('k') | third_party/WebKit/Source/devtools/front_end/ui_lazy/ChartViewport.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698