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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.html

Issue 2167883002: MD Downloads: fix clear all keyboard shortcut on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « chrome/browser/resources/md_downloads/downloads.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index 4f54cac80f829257767add93d26db5b97e86be0d..09f116549207e72491ebd532ae9bfc08e3c4c07c 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -2764,12 +2764,13 @@ paper-button {
</dom-module>
</div>
<downloads-manager></downloads-manager>
- <command id="clear-all-command" shortcut="Alt|c"></command>
<if expr="is_macosx">
+ <command id="clear-all-command" shortcut="Alt|c Alt|รง"></command>
<command id="undo-command" shortcut="Meta|z"></command>
<command id="find-command" shortcut="Meta|f"></command>
</if>
<if expr="not is_macosx">
+ <command id="clear-all-command" shortcut="Alt|c"></command>
<command id="undo-command" shortcut="Ctrl|z"></command>
<command id="find-command" shortcut="Ctrl|f"></command>
</if>
« no previous file with comments | « chrome/browser/resources/md_downloads/downloads.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698