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

Unified Diff: ui/file_manager/file_manager/foreground/js/file_manager_commands.js

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 | « no previous file | ui/file_manager/file_manager/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/js/file_manager_commands.js
diff --git a/ui/file_manager/file_manager/foreground/js/file_manager_commands.js b/ui/file_manager/file_manager/foreground/js/file_manager_commands.js
index d577d1e8b62a921d0c35f96f990a693506891df7..4e8cea502820f144d8f62ab6d7b66a69cf048502 100644
--- a/ui/file_manager/file_manager/foreground/js/file_manager_commands.js
+++ b/ui/file_manager/file_manager/foreground/js/file_manager_commands.js
@@ -1463,7 +1463,7 @@ CommandHandler.COMMANDS_['install-new-extension'] = /** @type {Command} */ ({
});
/**
- * Opens the gear menu on Alt-E.
+ * Opens the gear menu.
* @type {Command}
*/
CommandHandler.COMMANDS_['open-gear-menu'] = /** @type {Command} */ ({
« no previous file with comments | « no previous file | ui/file_manager/file_manager/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698