Index: Source/devtools/front_end/main/module.json |
diff --git a/Source/devtools/front_end/main/module.json b/Source/devtools/front_end/main/module.json |
index e95e7d98bc41f29c3abd7cab8e50f140ecd00f5e..fc236018de58e282649321375601170a7489a925 100644 |
--- a/Source/devtools/front_end/main/module.json |
+++ b/Source/devtools/front_end/main/module.json |
@@ -116,6 +116,21 @@ |
] |
}, |
{ |
+ "type": "@WebInspector.ActionDelegate", |
+ "actionId": "main.toggle-device-mode", |
+ "className": "WebInspector.AdvancedApp.ToggleDeviceModeActionDelegate", |
+ "bindings": [ |
+ { |
+ "platform": "windows,linux", |
+ "shortcut": "Shift+Ctrl+M" |
+ }, |
+ { |
+ "platform": "mac", |
+ "shortcut": "Shift+Meta+M" |
+ } |
+ ] |
+ }, |
+ { |
"type": "drawer-view", |
"name": "emulation", |
"title": "Emulation", |
@@ -143,7 +158,7 @@ |
}, |
{ |
"type": "@WebInspector.StatusBarButton.Provider", |
- "className": "WebInspector.App.EmulationButtonProvider", |
+ "className": "WebInspector.AdvancedApp.EmulationButtonProvider", |
"order": 1, |
"location": "toolbar-left" |
}, |