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

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

Issue 2104103002: Convert Event#keyIdentifier (deprecated) to Event#key (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch file manager test 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 48e88a903bbc292cdea571d9b520bcf04f4899b3..562b28c73e8cd84700239fac3a3a13b7f036f39d 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">
<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 id="find-command" shortcut="Meta|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">
+ <command id="find-command" shortcut="Ctrl|f">
</if>
<link rel="import" href="chrome://resources/html/polymer.html">
<link rel="import" href="chrome://downloads/i18n_setup.html">
« 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