| Index: third_party/WebKit/Source/devtools/front_end/quick_open/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/quick_open/module.json b/third_party/WebKit/Source/devtools/front_end/quick_open/module.json
|
| index 60f97fde5d3e0d887abfc7a8a4dfbe241d13b49f..8a20f24059214830476f71c2505c65291c87c30d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/quick_open/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/quick_open/module.json
|
| @@ -14,6 +14,23 @@
|
| "shortcut": "Meta+Shift+P"
|
| }
|
| ]
|
| + },
|
| + {
|
| + "type": "@UI.ActionDelegate",
|
| + "actionId": "quickOpen.show",
|
| + "title": "Go to file...",
|
| + "className": "QuickOpen.QuickOpen.ShowActionDelegate",
|
| + "order": 100,
|
| + "bindings": [
|
| + {
|
| + "platform": "mac",
|
| + "shortcut": "Meta+P Meta+O"
|
| + },
|
| + {
|
| + "platform": "windows,linux",
|
| + "shortcut": "Ctrl+P Ctrl+O"
|
| + }
|
| + ]
|
| }
|
| ],
|
| "dependencies": [
|
| @@ -22,6 +39,7 @@
|
| ],
|
| "scripts": [
|
| "FilteredListWidget.js",
|
| + "QuickOpen.js",
|
| "CommandMenu.js"
|
| ],
|
| "resources": [
|
|
|