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

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

Issue 1857123002: Add a shortcut key (Alt+F) to open the gear menu in Files.app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed a review comment. Created 4 years, 8 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 e3e0198f76e03b5a22c2ec74caad008bac04efca..02305b29cf8447c2ad2db1e01b3c37316e767be0 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -117,7 +117,7 @@
<command id="install-new-extension"
i18n-values="label:INSTALL_NEW_EXTENSION_LABEL">
- <command id="open-gear-menu" shortcut="U+0045-Alt">
+ <command id="open-gear-menu" shortcut="U+0045-Alt U+0046-Alt">
</commands>
<cr-menu id="file-context-menu" class="chrome-menu files-menu"
« 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