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

Side by Side Diff: Source/devtools/front_end/sources/module.json

Issue 1273363002: Devtools UI: Show multiple shortcuts, show more shortcuts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.PanelFactory", 4 "type": "@WebInspector.PanelFactory",
5 "name": "sources", 5 "name": "sources",
6 "title": "Sources", 6 "title": "Sources",
7 "order": 2, 7 "order": 2,
8 "className": "WebInspector.SourcesPanelFactory" 8 "className": "WebInspector.SourcesPanelFactory"
9 }, 9 },
10 { 10 {
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 }, 105 },
106 { 106 {
107 "platform": "mac", 107 "platform": "mac",
108 "shortcut": "Meta+Enter" 108 "shortcut": "Meta+Enter"
109 } 109 }
110 ] 110 ]
111 }, 111 },
112 { 112 {
113 "type": "@WebInspector.ActionDelegate", 113 "type": "@WebInspector.ActionDelegate",
114 "actionId": "sources.search.toggle", 114 "actionId": "sources.search.toggle",
115 "title": "Search all files",
115 "className": "WebInspector.AdvancedSearchView.ActionDelegate", 116 "className": "WebInspector.AdvancedSearchView.ActionDelegate",
116 "bindings": [ 117 "bindings": [
117 { 118 {
118 "platform": "mac", 119 "platform": "mac",
119 "shortcut": "Meta+Alt+F" 120 "shortcut": "Meta+Alt+F"
120 }, 121 },
121 { 122 {
122 "platform": "windows,linux", 123 "platform": "windows,linux",
123 "shortcut": "Ctrl+Shift+F" 124 "shortcut": "Ctrl+Shift+F"
124 } 125 }
125 ] 126 ]
126 }, 127 },
127 { 128 {
128 "type": "context-menu-item", 129 "type": "context-menu-item",
129 "location": "mainMenu/navigate", 130 "location": "mainMenu/navigate",
130 "title": "Search all files",
131 "actionId": "sources.search.toggle" 131 "actionId": "sources.search.toggle"
132 }, 132 },
133 { 133 {
134 "type": "@WebInspector.Revealer", 134 "type": "@WebInspector.Revealer",
135 "contextTypes": ["WebInspector.UILocation"], 135 "contextTypes": ["WebInspector.UILocation"],
136 "className": "WebInspector.SourcesPanel.UILocationRevealer" 136 "className": "WebInspector.SourcesPanel.UILocationRevealer"
137 }, 137 },
138 { 138 {
139 "type": "@WebInspector.Revealer", 139 "type": "@WebInspector.Revealer",
140 "contextTypes": ["WebInspector.DebuggerModel.Location"], 140 "contextTypes": ["WebInspector.DebuggerModel.Location"],
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "filteredItemSelectionDialog.css", 333 "filteredItemSelectionDialog.css",
334 "uiList.css", 334 "uiList.css",
335 "navigatorView.css", 335 "navigatorView.css",
336 "revisionHistory.css", 336 "revisionHistory.css",
337 "serviceWorkersSidebar.css", 337 "serviceWorkersSidebar.css",
338 "sourcesPanel.css", 338 "sourcesPanel.css",
339 "sourcesSearch.css", 339 "sourcesSearch.css",
340 "sourcesView.css" 340 "sourcesView.css"
341 ] 341 ]
342 } 342 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/settings/module.json ('k') | Source/devtools/front_end/timeline/TimelinePanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698