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

Unified Diff: ui/file_manager/file_manager/main.html

Issue 299443009: Add keyboard shortcuts in Files.app to open inspector. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments. Created 6 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/file_manager_commands.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/file_manager_commands.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698