Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / devtools / front_end / main / module.json
1 {
2     "extensions": [
3         {
4             "type": "@WebInspector.ActionDelegate",
5             "actionId": "main.reload",
6             "className": "WebInspector.Main.ReloadActionDelegate",
7             "bindings": [
8                 {
9                     "platform": "windows,linux",
10                     "shortcut": "F5 Ctrl+R"
11                 },
12                 {
13                     "platform": "mac",
14                     "shortcut": "Meta+R"
15                 }
16             ]
17         },
18         {
19             "type": "@WebInspector.ActionDelegate",
20             "actionId": "main.hard-reload",
21             "className": "WebInspector.Main.HardReloadActionDelegate",
22             "bindings": [
23                 {
24                     "platform": "windows,linux",
25                     "shortcut": "Shift+F5 Ctrl+F5 Ctrl+Shift+F5 Shift+Ctrl+R"
26                 },
27                 {
28                     "platform": "mac",
29                     "shortcut": "Shift+Meta+R"
30                 }
31             ]
32         },
33         {
34             "type": "@WebInspector.ActionDelegate",
35             "actionId": "main.toggle-drawer",
36             "className": "WebInspector.InspectorView.DrawerToggleActionDelegate",
37             "bindings": [
38                 {
39                     "shortcut": "Esc"
40                 }
41             ]
42         },
43         {
44             "type": "@WebInspector.ActionDelegate",
45             "actionId": "main.debug-reload",
46             "className": "WebInspector.Main.DebugReloadActionDelegate",
47             "bindings": [
48                 {
49                     "shortcut": "Alt+R"
50                 }
51             ]
52         },
53         {
54             "type": "@WebInspector.ActionDelegate",
55             "actionId": "main.toggle-element-search",
56             "className": "WebInspector.InspectElementModeController.ToggleSearchActionDelegate",
57             "bindings": [
58                 {
59                     "platform": "windows,linux",
60                     "shortcut": "Ctrl+Shift+C"
61                 },
62                 {
63                     "platform": "mac",
64                     "shortcut": "Meta+Shift+C"
65                 }
66             ]
67         },
68         {
69             "type": "@WebInspector.ActionDelegate",
70             "actionId": "main.zoom-in",
71             "className": "WebInspector.Main.ZoomInActionDelegate",
72             "bindings": [
73                 {
74                     "platform": "windows,linux",
75                     "shortcut": "Ctrl+Plus Ctrl+Shift+Plus Ctrl+NumpadPlus Ctrl+Shift+NumpadPlus"
76                 },
77                 {
78                     "platform": "mac",
79                     "shortcut": "Meta+Plus Meta+Shift+Plus Meta+NumpadPlus Meta+Shift+NumpadPlus"
80                 }
81             ]
82         },
83         {
84             "type": "@WebInspector.ActionDelegate",
85             "actionId": "main.zoom-out",
86             "className": "WebInspector.Main.ZoomOutActionDelegate",
87             "bindings": [
88                 {
89                     "platform": "windows,linux",
90                     "shortcut": "Ctrl+Minus Ctrl+Shift+Minus Ctrl+NumpadMinus Ctrl+Shift+NumpadMinus"
91                 },
92                 {
93                     "platform": "mac",
94                     "shortcut": "Meta+Minus Meta+Shift+Minus Meta+NumpadMinus Meta+Shift+NumpadMinus"
95                 }
96             ]
97         },
98         {
99             "type": "@WebInspector.ActionDelegate",
100             "actionId": "main.zoom-reset",
101             "className": "WebInspector.Main.ZoomResetActionDelegate",
102             "bindings": [
103                 {
104                     "platform": "windows,linux",
105                     "shortcut": "Ctrl+0 Ctrl+Numpad0"
106                 },
107                 {
108                     "platform": "mac",
109                     "shortcut": "Meta+0 Meta+Numpad0"
110                 }
111             ]
112         },
113         {
114             "type": "ui-setting",
115             "title": "Disable cache (while DevTools is open)",
116             "settingName": "cacheDisabled",
117             "settingType": "checkbox"
118         },
119         {
120             "type": "ui-setting",
121             "section": "Appearance",
122             "title": "Split panels vertically when docked to right",
123             "settingName": "splitVerticallyWhenDockedToRight",
124             "settingType": "checkbox"
125         },
126         {
127             "type": "ui-setting",
128             "section": "Appearance",
129             "settingType": "custom",
130             "className": "WebInspector.Main.ShortcutPanelSwitchSettingDelegate"
131         },
132         {
133             "type": "ui-setting",
134             "section": "Extensions",
135             "settingType": "custom",
136             "className": "WebInspector.HandlerRegistry.OpenAnchorLocationSettingDelegate"
137         }
138     ]
139 }