| Index: chrome/browser/resources/file_manager/main.html
|
| diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
|
| index 60b7c76db6abeb67984acfd7f39d1a88caf19397..cf0e32710dcb10eaf4b8d66cc54f3c897cc2825f 100644
|
| --- a/chrome/browser/resources/file_manager/main.html
|
| +++ b/chrome/browser/resources/file_manager/main.html
|
| @@ -105,11 +105,11 @@
|
| <command id="paste" i18n-values="label:PASTE_BUTTON_LABEL"
|
| shortcut="U+0056-Ctrl"></command>
|
| <command id="rename" i18n-values="label:RENAME_BUTTON_LABEL"
|
| - shortcut="Enter-Ctrl U+0045-Ctrl"></command>
|
| + shortcut="Enter-Ctrl"></command>
|
| <command id="delete" i18n-values="label:DELETE_BUTTON_LABEL"
|
| shortcut="U+007F"></command>
|
| <command id="newfolder" i18n-values="label:NEW_FOLDER_BUTTON_LABEL"
|
| - shortcut="U+0020-Ctrl"></command>
|
| + shortcut="U+0045-Ctrl"></command>
|
|
|
| <command id="unmount" i18n-values="label:UNMOUNT_DEVICE_BUTTON_LABEL"
|
| ></command>
|
|
|