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

Unified Diff: chrome/browser/resources/md_downloads/vulcanized.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/vulcanized.html
diff --git a/chrome/browser/resources/md_downloads/vulcanized.html b/chrome/browser/resources/md_downloads/vulcanized.html
index 5135d05b975a573886c379ecce2f43fb9a29bec5..d803487456805b5196d281f29e3a5e71a6405ff2 100644
--- a/chrome/browser/resources/md_downloads/vulcanized.html
+++ b/chrome/browser/resources/md_downloads/vulcanized.html
@@ -2772,14 +2772,14 @@ paper-button {
</dom-module>
</div>
<downloads-manager></downloads-manager>
- <command id="clear-all-command" shortcut="Alt-U+0043"></command>
+ <command id="clear-all-command" shortcut="Alt|c"></command>
<if expr="is_macosx">
- <command id="undo-command" shortcut="Meta-U+005A"></command>
- <command id="find-command" shortcut="Meta-U+0046"></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="undo-command" shortcut="Ctrl-U+005A"></command>
- <command id="find-command" shortcut="Ctrl-U+0046"></command>
+ <command id="undo-command" shortcut="Ctrl|z"></command>
+ <command id="find-command" shortcut="Ctrl|f"></command>
</if>
<link rel="import" href="chrome://resources/html/polymer.html">
- <script src="crisper.js"></script></body></html>
+ <script src="crisper.js"></script></body></html>
« no previous file with comments | « chrome/browser/resources/md_downloads/downloads.html ('k') | chrome/browser/ui/webui/options/options_browsertest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698