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

Unified Diff: chrome/browser/resources/md_downloads/downloads.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
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>
« no previous file with comments | « chrome/browser/resources/md_downloads/crisper.js ('k') | chrome/browser/resources/md_downloads/vulcanized.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698