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

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

Issue 954113004: [Files.app] Add a shortcut key (Ctrl-Shift-E) to eject a removable device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a comment. Created 5 years, 10 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: 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 0aa4fc9afb21ae439a8f13b9dd95b167fc4a8486..50f4e571255f1106868f9540e67997ab9b0595e0 100644
--- a/ui/file_manager/file_manager/main.html
+++ b/ui/file_manager/file_manager/main.html
@@ -218,7 +218,8 @@
<command id="volume-switch-8" shortcut="U+0038-Ctrl">
<command id="volume-switch-9" shortcut="U+0039-Ctrl">
- <command id="unmount" i18n-values="label:UNMOUNT_DEVICE_BUTTON_LABEL">
+ <command id="unmount" i18n-values="label:UNMOUNT_DEVICE_BUTTON_LABEL"
+ shortcut="U+0045-Shift-Ctrl"><!-- Shortcut: 'Shift-Ctrl-E' -->
<command id="format" i18n-values="label:FORMAT_DEVICE_BUTTON_LABEL">
<command id="volume-help" i18n-values="label:DRIVE_MENU_HELP">
« 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