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

Unified Diff: chrome/browser/resources/file_manager/main.html

Issue 10970062: [FileBrowser] Changed "New Folder" shortcut to Ctrl+E. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698