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

Unified Diff: ui/keyboard/resources/elements/kb-key-codes.html

Issue 59813004: Adds support for the search key in the Virtual Keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « ui/keyboard/keyboard_util.cc ('k') | ui/keyboard/resources/images/search.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/elements/kb-key-codes.html
diff --git a/ui/keyboard/resources/elements/kb-key-codes.html b/ui/keyboard/resources/elements/kb-key-codes.html
index d076ec58a559a7f15cd4b247d1be2a0138a08fd2..4efd1ecc3acd9f85b2b35a16431df601eb47db69 100644
--- a/ui/keyboard/resources/elements/kb-key-codes.html
+++ b/ui/keyboard/resources/elements/kb-key-codes.html
@@ -121,6 +121,7 @@
'Back': {keyCode: 0xA6, shiftModifier: false},
'Forward': {keyCode: 0xA7, shiftModifier: false},
'Reload': {keyCode: 0xA8, shiftModifier: false},
+ 'Search': {keyCode: 0xAA, shiftModifier: false},
'Mute': {keyCode: 0xAD, shiftModifier: false},
'Volume-Down': {keyCode: 0xAE, shiftModifier: false},
'Volume-Up': {keyCode: 0xAF, shiftModifier: false},
« no previous file with comments | « ui/keyboard/keyboard_util.cc ('k') | ui/keyboard/resources/images/search.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698