summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/devtools/front_end/main/module.json
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/devtools/front_end/main/module.json')
-rw-r--r--chromium/third_party/blink/renderer/devtools/front_end/main/module.json32
1 files changed, 31 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/devtools/front_end/main/module.json b/chromium/third_party/blink/renderer/devtools/front_end/main/module.json
index 3c439d87fdd..fc5bb81909a 100644
--- a/chromium/third_party/blink/renderer/devtools/front_end/main/module.json
+++ b/chromium/third_party/blink/renderer/devtools/front_end/main/module.json
@@ -40,7 +40,7 @@
"type": "action",
"category": "Drawer",
"actionId": "main.toggle-drawer",
- "className": "UI.InspectorView.DrawerToggleActionDelegate",
+ "className": "UI.InspectorView.ActionDelegate",
"order": 101,
"title": "Toggle drawer",
"bindings": [
@@ -51,6 +51,36 @@
},
{
"type": "action",
+ "actionId": "main.next-tab",
+ "className": "UI.InspectorView.ActionDelegate",
+ "bindings": [
+ {
+ "platform": "windows,linux",
+ "shortcut": "Ctrl+]"
+ },
+ {
+ "platform": "mac",
+ "shortcut": "Meta+]"
+ }
+ ]
+ },
+ {
+ "type": "action",
+ "actionId": "main.previous-tab",
+ "className": "UI.InspectorView.ActionDelegate",
+ "bindings": [
+ {
+ "platform": "windows,linux",
+ "shortcut": "Ctrl+["
+ },
+ {
+ "platform": "mac",
+ "shortcut": "Meta+["
+ }
+ ]
+ },
+ {
+ "type": "action",
"actionId": "main.debug-reload",
"className": "Main.ReloadActionDelegate",
"bindings": [