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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 -- Copyright 2013 The Chromium Authors. All rights reserved. 2 -- Copyright 2013 The Chromium Authors. All rights reserved.
3 -- Use of this source code is governed by a BSD-style license that can be 3 -- Use of this source code is governed by a BSD-style license that can be
4 -- found in the LICENSE file. 4 -- found in the LICENSE file.
5 --> 5 -->
6 6
7 <template> 7 <template>
8 <Kb-key class="esc dark" char="Esc">esc</kb-key> 8 <kb-key class="esc dark" char="Esc">esc</kb-key>
9 <kb-key class="back dark" char="Back"></kb-key> 9 <kb-key class="back dark" char="Back"></kb-key>
10 <kb-key class="forward dark" char="Forward"></kb-key> 10 <kb-key class="forward dark" char="Forward"></kb-key>
11 <kb-key class="reload dark" char="Reload"></kb-key> 11 <kb-key class="reload dark" char="Reload"></kb-key>
12 <kb-key class="fullscreen dark" char="Fullscreen"></kb-key> 12 <kb-key class="fullscreen dark" char="Fullscreen"></kb-key>
13 <kb-key class="change-window dark" char="Change-Window"></kb-key> 13 <kb-key class="change-window dark" char="Change-Window"></kb-key>
14 <kb-key class="brightness-down dark" repeat char="Brightness-Down"></kb-key> 14 <kb-key class="brightness-down dark" repeat char="Brightness-Down"></kb-key>
15 <kb-key class="brightness-up dark" repeat char="Brightness-Up"></kb-key> 15 <kb-key class="brightness-up dark" repeat char="Brightness-Up"></kb-key>
16 <kb-key class="mute dark" char="Mute"></kb-key> 16 <kb-key class="mute dark" char="Mute"></kb-key>
17 <kb-key class="volume-down dark" repeat char="Volume-Down"></kb-key> 17 <kb-key class="volume-down dark" repeat char="Volume-Down"></kb-key>
18 <kb-key class="volume-up dark" repeat char="Volume-Up"></kb-key> 18 <kb-key class="volume-up dark" repeat char="Volume-Up"></kb-key>
19 </template> 19 </template>
OLDNEW
« 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