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

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

Issue 378273004: DevTools: Add a shortcut for switching between files with the same name and different extensions. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added a shortcut to shortcuts screen Created 6 years, 5 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
Index: Source/devtools/front_end/sources/module.json
diff --git a/Source/devtools/front_end/sources/module.json b/Source/devtools/front_end/sources/module.json
index bc597c0623fc247f010cafa096d3db317ebfef69..74f6d4d04560ba237b9c0b179401e4b36bc765bc 100644
--- a/Source/devtools/front_end/sources/module.json
+++ b/Source/devtools/front_end/sources/module.json
@@ -91,6 +91,17 @@
]
},
{
+ "type": "@WebInspector.ActionDelegate",
+ "actionId": "sources.switch-file",
+ "className": "WebInspector.SourcesView.SwitchFileActionDelegate",
+ "contextTypes": ["WebInspector.SourcesView"],
+ "bindings": [
+ {
+ "shortcut": "Alt+O"
+ }
+ ]
+ },
+ {
"type": "ui-setting",
"settingName": "javaScriptDisabled",
"settingType": "custom",

Powered by Google App Engine
This is Rietveld 408576698