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

Unified Diff: ui/keyboard/resources/layouts/function-key-row.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/resources/images/search.svg ('k') | ui/keyboard/resources/main.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/layouts/function-key-row.html
diff --git a/ui/keyboard/resources/layouts/function-key-row.html b/ui/keyboard/resources/layouts/function-key-row.html
index 6c89359170b253fe70665d0287fa3aa293310df4..217c49cb146d982cfed706bae23cf10c0f7fca5d 100644
--- a/ui/keyboard/resources/layouts/function-key-row.html
+++ b/ui/keyboard/resources/layouts/function-key-row.html
@@ -5,7 +5,7 @@
-->
<template>
- <Kb-key class="esc dark" char="Esc">esc</kb-key>
+ <kb-key class="esc dark" char="Esc">esc</kb-key>
<kb-key class="back dark" char="Back"></kb-key>
<kb-key class="forward dark" char="Forward"></kb-key>
<kb-key class="reload dark" char="Reload"></kb-key>
« no previous file with comments | « ui/keyboard/resources/images/search.svg ('k') | ui/keyboard/resources/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698