Chromium Code Reviews| Index: chrome/browser/resources/md_downloads/downloads.html |
| diff --git a/chrome/browser/resources/md_downloads/downloads.html b/chrome/browser/resources/md_downloads/downloads.html |
| index 48e88a903bbc292cdea571d9b520bcf04f4899b3..5a2b2d1723fc9474b67e07ea60bf4fc83352f578 100644 |
| --- a/chrome/browser/resources/md_downloads/downloads.html |
| +++ b/chrome/browser/resources/md_downloads/downloads.html |
| @@ -23,14 +23,14 @@ |
| </head> |
| <body> |
| <downloads-manager></downloads-manager> |
| - <command id="clear-all-command" shortcut="Alt-U+0043"><!-- Alt+C --> |
| + <command id="clear-all-command" shortcut="Alt|c"><!-- Alt+C --> |
| <if expr="is_macosx"> |
| - <command id="undo-command" shortcut="Meta-U+005A"><!-- Command+Z --> |
| - <command id="find-command" shortcut="Meta-U+0046"><!-- Command+F --> |
| + <command id="undo-command" shortcut="Meta|z"><!-- Command+Z --> |
| + <command id="find-command" shortcut="Meta|f"><!-- Command+F --> |
| </if> |
| <if expr="not is_macosx"> |
| - <command id="undo-command" shortcut="Ctrl-U+005A"><!-- Ctrl+Z --> |
| - <command id="find-command" shortcut="Ctrl-U+0046"><!-- Ctrl+F --> |
| + <command id="undo-command" shortcut="Ctrl|z"><!-- Ctrl+Z --> |
| + <command id="find-command" shortcut="Ctrl|f"><!-- Ctrl+F --> |
|
Dan Beam
2016/06/29 23:34:17
you can probably remove all these HTML comments no
dtapuska
2016/06/30 14:16:50
Done.
|
| </if> |
| <link rel="import" href="chrome://resources/html/polymer.html"> |
| <link rel="import" href="chrome://downloads/i18n_setup.html"> |