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

Side by Side Diff: ui/keyboard/resources/layouts/system-qwerty.html

Issue 143153005: Replace mic key with search in a11y keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | 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 <link id="spacebar-row" rel="import" href="spacebar-row.html"> 7 <link id="spacebar-row" rel="import" href="spacebar-row.html">
8 <link id="function-key-row" rel="import" href="function-key-row.html"> 8 <link id="function-key-row" rel="import" href="function-key-row.html">
9 9
10 <template> 10 <template>
11 <kb-keyset id="system-qwerty-upper"> 11 <kb-keyset id="system-qwerty-upper">
12 <kb-row> 12 <kb-row>
13 <kb-key-import importId="function-key-row"></kb-key-import> 13 <kb-key-import importId="function-key-row"></kb-key-import>
14 </kb-row> 14 </kb-row>
15 <kb-row> 15 <kb-row>
16 <kb-key-sequence invert=true keys="'1234567890-=" 16 <kb-key-sequence invert=true keys="'1234567890-="
17 hintTexts="~!@#$%^&*()_+"> </kb-key-sequence> 17 hintTexts="~!@#$%^&*()_+"> </kb-key-sequence>
18 <kb-key class="dark" char="&#x0008;" repeat align="right" 18 <kb-key class="dark" char="&#x0008;" repeat align="right"
19 weight="160">backspace</kb-key> 19 weight="160">backspace</kb-key>
20 </kb-row> 20 </kb-row>
21 <kb-row> 21 <kb-row>
22 <kb-key class="dark" char="&#x0009;" align="left" 22 <kb-key class="dark" char="&#x0009;" align="left"
23 weight="160">tab</kb-key> 23 weight="160">tab</kb-key>
24 <kb-key-sequence keys="QWERTYUIOP"></kb-key-sequence> 24 <kb-key-sequence keys="QWERTYUIOP"></kb-key-sequence>
25 <kb-key-sequence invert=true keys="[]\" 25 <kb-key-sequence invert=true keys="[]\"
26 hintTexts="{}|"></kb-key-sequence> 26 hintTexts="{}|"></kb-key-sequence>
27 </kb-row> 27 </kb-row>
28 <kb-row> 28 <kb-row>
29 <kb-key class="microphone dark" char="Microphone" weight="150"></kb-key> 29 <kb-key class="search dark" char="Search" image='search' weight="150">
bshe 2014/01/29 20:28:00 do you need to add a special case in kb-keyboard t
30 </kb-key>
30 <kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence> 31 <kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence>
31 <kb-key-sequence invert=true keys=";&apos;" hintTexts=':"'> 32 <kb-key-sequence invert=true keys=";&apos;" hintTexts=':"'>
32 </kb-key-sequence> 33 </kb-key-sequence>
33 <kb-key class="dark" char="&#x000A;" align="right" 34 <kb-key class="dark" char="&#x000A;" align="right"
34 weight="210">enter</kb-key> 35 weight="210">enter</kb-key>
35 </kb-row> 36 </kb-row>
36 <kb-row> 37 <kb-row>
37 <kb-shift-key weight="230" align="left">shift</kb-shift-key> 38 <kb-shift-key weight="230" align="left">shift</kb-shift-key>
38 <kb-key-sequence keys="ZXCVBNM"></kb-key-sequence> 39 <kb-key-sequence keys="ZXCVBNM"></kb-key-sequence>
39 <kb-key-sequence invert=true keys=",./" hintTexts="<>?"> 40 <kb-key-sequence invert=true keys=",./" hintTexts="<>?">
(...skipping 30 matching lines...) Expand all
70 <kb-key class="dark" weight="160" char="&#x0008;" 71 <kb-key class="dark" weight="160" char="&#x0008;"
71 repeat align="right">backspace</kb-key> 72 repeat align="right">backspace</kb-key>
72 </kb-row> 73 </kb-row>
73 <kb-row> 74 <kb-row>
74 <kb-key class="dark" char="&#x0009;" align="left" 75 <kb-key class="dark" char="&#x0009;" align="left"
75 weight="160">tab</kb-key> 76 weight="160">tab</kb-key>
76 <kb-key-sequence keys="qwertyuiop"></kb-key-sequence> 77 <kb-key-sequence keys="qwertyuiop"></kb-key-sequence>
77 <kb-key-sequence keys="[]\" hintTexts="{}|"></kb-key-sequence> 78 <kb-key-sequence keys="[]\" hintTexts="{}|"></kb-key-sequence>
78 </kb-row> 79 </kb-row>
79 <kb-row> 80 <kb-row>
80 <kb-key class="microphone dark" char="Microphone" weight="150"></kb-key> 81 <kb-key class="search dark" char="Search" image='search' weight="150">
82 </kb-key>
81 <kb-key-sequence keys="asdfghjkl"></kb-key-sequence> 83 <kb-key-sequence keys="asdfghjkl"></kb-key-sequence>
82 <kb-key-sequence keys=";&apos;" hintTexts=':"'></kb-key-sequence> 84 <kb-key-sequence keys=";&apos;" hintTexts=':"'></kb-key-sequence>
83 <kb-key class="dark" char="&#x000A;" align="right" 85 <kb-key class="dark" char="&#x000A;" align="right"
84 weight="210">enter</kb-key> 86 weight="210">enter</kb-key>
85 </kb-row> 87 </kb-row>
86 <kb-row> 88 <kb-row>
87 <kb-shift-key weight="230" align="left">shift</kb-shift-key> 89 <kb-shift-key weight="230" align="left">shift</kb-shift-key>
88 <kb-key-sequence keys="zxcvbnm"></kb-key-sequence> 90 <kb-key-sequence keys="zxcvbnm"></kb-key-sequence>
89 <kb-key-sequence keys=",./" hintTexts="<>?"></kb-key-sequence> 91 <kb-key-sequence keys=",./" hintTexts="<>?"></kb-key-sequence>
90 <kb-shift-key weight="230" align="right">shift</kb-shift-key> 92 <kb-shift-key weight="230" align="right">shift</kb-shift-key>
(...skipping 11 matching lines...) Expand all
102 <kb-key class="dark" repeat char="Arrow-Down" image="down" 104 <kb-key class="dark" repeat char="Arrow-Down" image="down"
103 weight="75"> </kb-key> 105 weight="75"> </kb-key>
104 <kb-key class="dark" repeat char="Arrow-Right" image="right" 106 <kb-key class="dark" repeat char="Arrow-Right" image="right"
105 weight="75"></kb-key> 107 weight="75"></kb-key>
106 <kb-hide-keyboard-key></kb-hide-keyboard-key> 108 <kb-hide-keyboard-key></kb-hide-keyboard-key>
107 </kb-row> 109 </kb-row>
108 <kb-altkey-container hidden> 110 <kb-altkey-container hidden>
109 </kb-altkey-container> 111 </kb-altkey-container>
110 </kb-keyset> 112 </kb-keyset>
111 </template> 113 </template>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698