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

Unified Diff: chrome/browser/resources/md_history/history.html

Issue 2159773003: MD History: Add shortcuts for 'Delete' and 'Backspace' to delete selected items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@MDH_slash_key
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_history/history.html
diff --git a/chrome/browser/resources/md_history/history.html b/chrome/browser/resources/md_history/history.html
index fbcf9f76a294057d65bacb586f82f0733c38e632..6ac180369ec018a32988a304af3e174902a0c244 100644
--- a/chrome/browser/resources/md_history/history.html
+++ b/chrome/browser/resources/md_history/history.html
@@ -75,6 +75,7 @@
<if expr="not is_macosx">
<command id="find-command" shortcut="Ctrl|f">
</if>
+ <command id="delete-command" shortcut="Delete Backspace">
<command id="slash-command" shortcut="/">
<link rel="import" href="chrome://resources/html/cr.html">

Powered by Google App Engine
This is Rietveld 408576698