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

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

Issue 252223002: Remove numeric hinttext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « ui/keyboard/resources/elements/kb-keyset.js ('k') | 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 7
8 <kb-keyset id="qwerty-upper" pitch="10 20"> 8 <kb-keyset id="qwerty-upper" flick=false pitch="10 20">
9 <kb-row> 9 <kb-row class="hide-hint-text">
10 <kb-key-sequence keys="QWERTYUIOP" hintTexts="1234567890"> 10 <kb-key-sequence keys="QWERTYUIOP" hintTexts="1234567890"></kb-key-sequence>
11 </kb-key-sequence>
12 <kb-key class="dark" char="&#x0008;" image="backspace.png" 11 <kb-key class="dark" char="&#x0008;" image="backspace.png"
13 repeat sound="keypress-delete" stretch weight="110"></kb-key> 12 repeat sound="keypress-delete" stretch weight="110"></kb-key>
14 </kb-row> 13 </kb-row>
15 <kb-row align="right"> 14 <kb-row align="right">
16 <kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence> 15 <kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence>
17 <kb-key class="dark" char="&#x000A;" align="right" 16 <kb-key class="dark" char="&#x000A;" align="right"
18 image="return.png" sound="keypress-return" weight="175"></kb-key> 17 image="return.png" sound="keypress-return" weight="175"></kb-key>
19 </kb-row> 18 </kb-row>
20 <kb-row> 19 <kb-row>
21 <kb-shift-key weight="105" align="left"></kb-shift-key> 20 <kb-shift-key weight="105" align="left"></kb-shift-key>
(...skipping 10 matching lines...) Expand all
32 </kb-key> 31 </kb-key>
33 <kb-key class="dark">,</kb-key> 32 <kb-key class="dark">,</kb-key>
34 <kb-key class="dark">.</kb-key> 33 <kb-key class="dark">.</kb-key>
35 <kb-hide-keyboard-key image="hide-keyboard.png" stretch weight="105"> 34 <kb-hide-keyboard-key image="hide-keyboard.png" stretch weight="105">
36 </kb-hide-keyboard-key> 35 </kb-hide-keyboard-key>
37 </kb-row> 36 </kb-row>
38 <kb-altkey-container hidden> 37 <kb-altkey-container hidden>
39 </kb-altkey-container> 38 </kb-altkey-container>
40 </kb-keyset> 39 </kb-keyset>
41 40
42 <kb-keyset id="qwerty-lower" isDefault=true pitch="10 20"> 41 <kb-keyset id="qwerty-lower" flick=false isDefault=true pitch="10 20">
43 <kb-row> 42 <kb-row class="hide-hint-text">
44 <kb-key-sequence keys="qwertyuiop" hintTexts="1234567890"> 43 <kb-key-sequence keys="qwertyuiop" hintTexts="1234567890"></kb-key-sequence>
45 </kb-key-sequence>
46 <kb-key class="dark" char="&#x0008;" repeat stretch align="right" 44 <kb-key class="dark" char="&#x0008;" repeat stretch align="right"
47 image="backspace.png" sound="keypress-delete" weight="110"></kb-key> 45 image="backspace.png" sound="keypress-delete" weight="110"></kb-key>
48 </kb-row> 46 </kb-row>
49 <kb-row align="right"> 47 <kb-row align="right">
50 <kb-key-sequence keys="asdfghjkl"></kb-key-sequence> 48 <kb-key-sequence keys="asdfghjkl"></kb-key-sequence>
51 <kb-key class="dark" char="&#x000A;" align="right" 49 <kb-key class="dark" char="&#x000A;" align="right"
52 image="return.png" sound="keypress-return" weight="175"></kb-key> 50 image="return.png" sound="keypress-return" weight="175"></kb-key>
53 </kb-row> 51 </kb-row>
54 <kb-row> 52 <kb-row>
55 <kb-shift-key weight="105" align="left"></kb-shift-key> 53 <kb-shift-key weight="105" align="left"></kb-shift-key>
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 <kb-key char=" " class="space" sound="keypress-spacebar" weight="540"> 136 <kb-key char=" " class="space" sound="keypress-spacebar" weight="540">
139 English (US) 137 English (US)
140 </kb-key> 138 </kb-key>
141 <kb-key class="dark">,</kb-key> 139 <kb-key class="dark">,</kb-key>
142 <kb-key class="dark">.</kb-key> 140 <kb-key class="dark">.</kb-key>
143 <kb-hide-keyboard-key image="hide-keyboard.png" stretch weight="105"> 141 <kb-hide-keyboard-key image="hide-keyboard.png" stretch weight="105">
144 </kb-hide-keyboard-key> 142 </kb-hide-keyboard-key>
145 </kb-row> 143 </kb-row>
146 </kb-keyset> 144 </kb-keyset>
147 145
OLDNEW
« no previous file with comments | « ui/keyboard/resources/elements/kb-keyset.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698