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

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

Issue 2347063003: Add 'Get Info' to contextual menu to display QuickView. (Closed)
Patch Set: Add 'Get Info' to contextual menu to display QuickView. Created 4 years, 3 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
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 b00ccf0aa010056627e9a55911c0dd690ff86d56..ef16216add4f7f21bb77757d34dcaa9cd8fe9f93 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -75,6 +75,8 @@
shortcut="v|Ctrl">
<command id="paste-into-folder"
i18n-values="label:PASTE_INTO_FOLDER_BUTTON_LABEL">
+ <command id="get-info" i18n-values="label:GET_INFO_BUTTON_LABEL"
+ shortcut="Space">
<command id="rename" i18n-values="label:RENAME_BUTTON_LABEL"
shortcut="Enter|Ctrl">
<command id="delete" shortcut="Backspace|Alt Delete">
@@ -165,6 +167,7 @@
<cr-menu-item command="#paste" visibleif="full-page"></cr-menu-item>
<cr-menu-item command="#paste-into-folder" visibleif="full-page"></cr-menu-item>
<hr visibleif="full-page">
+ <cr-menu-item command="#get-info" visibleif="full-page"></cr-menu-item>
fukino 2016/09/16 11:17:30 I think we can use "Get info" even on save-as dial
harukam 2016/09/16 12:39:58 Acknowledged.
<cr-menu-item command="#rename"></cr-menu-item>
<cr-menu-item command="#delete" i18n-content="DELETE_BUTTON_LABEL"></cr-menu-item>
<cr-menu-item command="#zip-selection"></cr-menu-item>

Powered by Google App Engine
This is Rietveld 408576698