| 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 de0fd9af20742010cee42bc6d2413d51ae38cd42..ed1103e6d7ff30809fbdcc1b9f3030d7f2ead93d 100644
|
| --- a/Source/devtools/front_end/sources/module.json
|
| +++ b/Source/devtools/front_end/sources/module.json
|
| @@ -109,6 +109,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",
|
|
|