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

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

Issue 2152753003: MD History: Fix forward slash key not working in search field (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 3178400fba947290cb8c726e13fa461883d62393..609413996824034be25dfa1b11eed7e2d1bfa7ba 100644
--- a/chrome/browser/resources/md_history/history.html
+++ b/chrome/browser/resources/md_history/history.html
@@ -70,10 +70,12 @@
</div>
<if expr="is_macosx">
- <command id="find-command" shortcut="Meta|f /">
+ <command id="find-command" shortcut="Meta|f">
+ <command id="slash-command" shortcut="/">
Dan Beam 2016/07/15 03:07:41 just put this out of the <if>
lshang 2016/07/15 05:02:09 Done.
</if>
<if expr="not is_macosx">
- <command id="find-command" shortcut="Ctrl|f /">
+ <command id="find-command" shortcut="Ctrl|f">
+ <command id="slash-command" shortcut="/">
</if>
<link rel="import" href="chrome://resources/html/cr.html">

Powered by Google App Engine
This is Rietveld 408576698