Index: ui/file_manager/file_manager/main.html |
diff --git a/ui/file_manager/file_manager/main.html b/ui/file_manager/file_manager/main.html |
index f1b0aa06b1b5dfb212fec3f910f0d352aca3c475..f763e4823b86eb50d7d8fcef893813de5d019cfd 100644 |
--- a/ui/file_manager/file_manager/main.html |
+++ b/ui/file_manager/file_manager/main.html |
@@ -198,6 +198,12 @@ |
<command id="zoom-in" shortcut="U+00BB-Ctrl"> |
<command id="zoom-out" shortcut="U+00BD-Ctrl"> |
<command id="zoom-reset" shortcut="U+0030-Ctrl"> |
+ |
+ <!-- Shortcuts to open inspector. (Ctrl+Shift+I/J/C/B) --> |
+ <command id="inspect-normal" shortcut="U+0049-Shift-Ctrl"> |
+ <command id="inspect-console" shortcut="U+004A-Shift-Ctrl"> |
+ <command id="inspect-element" shortcut="U+0043-Shift-Ctrl"> |
+ <command id="inspect-background" shortcut="U+0042-Shift-Ctrl"> |
</commands> |
<menu id="file-context-menu" class="chrome-menu" showShortcuts> |