| 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 562b28c73e8cd84700239fac3a3a13b7f036f39d..28c8b23447799bf8b9d7d7965829badb456da7f3 100644
|
| --- a/chrome/browser/resources/md_downloads/downloads.html
|
| +++ b/chrome/browser/resources/md_downloads/downloads.html
|
| @@ -23,12 +23,13 @@
|
| </head>
|
| <body>
|
| <downloads-manager></downloads-manager>
|
| - <command id="clear-all-command" shortcut="Alt|c">
|
| <if expr="is_macosx">
|
| + <command id="clear-all-command" shortcut="Alt|c Alt|รง">
|
| <command id="undo-command" shortcut="Meta|z">
|
| <command id="find-command" shortcut="Meta|f">
|
| </if>
|
| <if expr="not is_macosx">
|
| + <command id="clear-all-command" shortcut="Alt|c">
|
| <command id="undo-command" shortcut="Ctrl|z">
|
| <command id="find-command" shortcut="Ctrl|f">
|
| </if>
|
|
|