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..06db13469361131149b030d2bd1485a55d9de559 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"></cr-menu-item> |
<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> |