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

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

Issue 163473003: Fixes alignment of spacebar row. (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 | ui/keyboard/resources/layouts/system-qwerty.html » ('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-keyset id="qwerty-upper" align="stretch"> 8 <kb-keyset id="qwerty-upper" align="stretch">
9 <kb-row> 9 <kb-row>
10 <kb-key-sequence keys="QWERTYUIOP" hintTexts="1234567890"> 10 <kb-key-sequence keys="QWERTYUIOP" hintTexts="1234567890">
11 </kb-key-sequence> 11 </kb-key-sequence>
12 <kb-key class="dark" char="&#x0008;" repeat stretch align="right" 12 <kb-key class="dark" char="&#x0008;" repeat stretch align="right"
13 weight="110">backspace</kb-key> 13 weight="110">backspace</kb-key>
14 </kb-row> 14 </kb-row>
15 <kb-row align="right"> 15 <kb-row align="right">
16 <kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence> 16 <kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence>
17 <kb-key class="dark" char="&#x000A;" align="right" 17 <kb-key class="dark" char="&#x000A;" align="right"
18 weight="175">enter</kb-key> 18 weight="175">enter</kb-key>
19 </kb-row> 19 </kb-row>
20 <kb-row> 20 <kb-row>
21 <kb-shift-key weight="105" align="left">shift</kb-shift-key> 21 <kb-shift-key weight="105" align="left">shift</kb-shift-key>
22 <kb-key-sequence keys="ZXCVBNM!?"></kb-key-sequence> 22 <kb-key-sequence keys="ZXCVBNM!?"></kb-key-sequence>
23 <kb-shift-key weight="105" stretch align="right">shift</kb-shift-key> 23 <kb-shift-key weight="105" stretch align="right">shift</kb-shift-key>
24 </kb-row> 24 </kb-row>
25 <kb-row> 25 <kb-row>
26 <kb-key class="dark" toKeyset="down:symbol" char="Invalid" 26 <kb-key class="dark" toKeyset="down:symbol" char="Invalid"
27 align="left" weight="105">?123</kb-key> 27 align="left" weight="105">?123</kb-key>
28 <kb-key class="dark">_</kb-key> 28 <kb-key class="dark">_</kb-key>
29 <kb-key class="dark">/</kb-key> 29 <kb-key class="dark" stretch>/</kb-key>
30 <kb-key char=" " class="space" weight="540"></kb-key> 30 <kb-key char=" " class="space" weight="540"></kb-key>
31 <kb-key class="dark">,</kb-key> 31 <kb-key class="dark">,</kb-key>
32 <kb-key class="dark">.</kb-key> 32 <kb-key class="dark">.</kb-key>
33 <kb-hide-keyboard-key stretch weight="105">hide</kb-hide-keyboard-key> 33 <kb-hide-keyboard-key stretch weight="105">hide</kb-hide-keyboard-key>
34 </kb-row> 34 </kb-row>
35 <kb-altkey-container hidden> 35 <kb-altkey-container hidden>
36 </kb-altkey-container> 36 </kb-altkey-container>
37 </kb-keyset> 37 </kb-keyset>
38 38
39 <kb-keyset id="qwerty-lower" isDefault=true align="stretch"> 39 <kb-keyset id="qwerty-lower" isDefault=true align="stretch">
(...skipping 10 matching lines...) Expand all
50 </kb-row> 50 </kb-row>
51 <kb-row> 51 <kb-row>
52 <kb-shift-key weight="105" align="left">shift</kb-shift-key> 52 <kb-shift-key weight="105" align="left">shift</kb-shift-key>
53 <kb-key-sequence keys="zxcvbnm!?"></kb-key-sequence> 53 <kb-key-sequence keys="zxcvbnm!?"></kb-key-sequence>
54 <kb-shift-key stretch weight="105" align="right">shift</kb-shift-key> 54 <kb-shift-key stretch weight="105" align="right">shift</kb-shift-key>
55 </kb-row> 55 </kb-row>
56 <kb-row> 56 <kb-row>
57 <kb-key class="dark" toKeyset="down:symbol" char="Invalid" 57 <kb-key class="dark" toKeyset="down:symbol" char="Invalid"
58 align="left" weight="105">?123</kb-key> 58 align="left" weight="105">?123</kb-key>
59 <kb-key class="dark">_</kb-key> 59 <kb-key class="dark">_</kb-key>
60 <kb-key class="dark">/</kb-key> 60 <kb-key class="dark" stretch>/</kb-key>
61 <kb-key char=" " class="space" weight="540"></kb-key> 61 <kb-key char=" " class="space" weight="540"></kb-key>
62 <kb-key class="dark">,</kb-key> 62 <kb-key class="dark">,</kb-key>
63 <kb-key class="dark">.</kb-key> 63 <kb-key class="dark">.</kb-key>
64 <kb-hide-keyboard-key stretch weight="105">hide</kb-hide-keyboard-key> 64 <kb-hide-keyboard-key stretch weight="105">hide</kb-hide-keyboard-key>
65 </kb-row> 65 </kb-row>
66 <kb-altkey-container hidden> 66 <kb-altkey-container hidden>
67 </kb-altkey-container> 67 </kb-altkey-container>
68 </kb-keyset> 68 </kb-keyset>
69 69
70 <kb-keyset id="qwerty-symbol" align="stretch"> 70 <kb-keyset id="qwerty-symbol" align="stretch">
(...skipping 10 matching lines...) Expand all
81 <kb-row> 81 <kb-row>
82 <kb-key class="dark" toKeyset="down:more" char="Invalid" align="left" 82 <kb-key class="dark" toKeyset="down:more" char="Invalid" align="left"
83 weight="105">~[&lt;</kb-key> 83 weight="105">~[&lt;</kb-key>
84 <kb-key-sequence keys="\=*&quot;':;!?"></kb-key-sequence> 84 <kb-key-sequence keys="\=*&quot;':;!?"></kb-key-sequence>
85 <kb-key class="dark" toKeyset="down:more" char="Invalid" align="right" 85 <kb-key class="dark" toKeyset="down:more" char="Invalid" align="right"
86 stretch weight="105">~[&lt;</kb-key> 86 stretch weight="105">~[&lt;</kb-key>
87 </kb-row> 87 </kb-row>
88 <kb-row> 88 <kb-row>
89 <kb-abc-key align="left" weight="105">ABC</kb-abc-key> 89 <kb-abc-key align="left" weight="105">ABC</kb-abc-key>
90 <kb-key class="dark">_</kb-key> 90 <kb-key class="dark">_</kb-key>
91 <kb-key class="dark">/</kb-key> 91 <kb-key class="dark" stretch>/</kb-key>
92 <kb-key char=" " class="space" weight="540"></kb-key> 92 <kb-key char=" " class="space" weight="540"></kb-key>
93 <kb-key class="dark">,</kb-key> 93 <kb-key class="dark">,</kb-key>
94 <kb-key class="dark">.</kb-key> 94 <kb-key class="dark">.</kb-key>
95 <kb-hide-keyboard-key stretch weight="105">hide</kb-hide-keyboard-key> 95 <kb-hide-keyboard-key stretch weight="105">hide</kb-hide-keyboard-key>
96 </kb-row> 96 </kb-row>
97 <kb-altkey-container hidden> 97 <kb-altkey-container hidden>
98 </kb-altkey-container> 98 </kb-altkey-container>
99 </kb-keyset> 99 </kb-keyset>
100 100
101 <kb-keyset id="qwerty-more" align="stretch"> 101 <kb-keyset id="qwerty-more" align="stretch">
(...skipping 16 matching lines...) Expand all
118 align="left" weight="105">?123</kb-key> 118 align="left" weight="105">?123</kb-key>
119 <kb-key-sequence 119 <kb-key-sequence
120 keys="\&#x00A9;&#x00AE;&#x2122;&#8453;[]&iexcl;&iquest;"> 120 keys="\&#x00A9;&#x00AE;&#x2122;&#8453;[]&iexcl;&iquest;">
121 </kb-key-sequence> 121 </kb-key-sequence>
122 <kb-key stretch class="dark" toKeyset="down:symbol" char="Invalid" 122 <kb-key stretch class="dark" toKeyset="down:symbol" char="Invalid"
123 align="right" weight="105">?123</kb-key> 123 align="right" weight="105">?123</kb-key>
124 </kb-row> 124 </kb-row>
125 <kb-row> 125 <kb-row>
126 <kb-abc-key align="left" weight="105">ABC</kb-abc-key> 126 <kb-abc-key align="left" weight="105">ABC</kb-abc-key>
127 <kb-key class="dark">&lt;</kb-key> 127 <kb-key class="dark">&lt;</kb-key>
128 <kb-key class="dark">&gt;</kb-key> 128 <kb-key class="dark" stretch>&gt;</kb-key>
129 <kb-key char=" " class="space" weight="540"></kb-key> 129 <kb-key char=" " class="space" weight="540"></kb-key>
130 <kb-key class="dark">,</kb-key> 130 <kb-key class="dark">,</kb-key>
131 <kb-key class="dark">.</kb-key> 131 <kb-key class="dark">.</kb-key>
132 <kb-hide-keyboard-key weight="105">hide</kb-hide-keyboard-key> 132 <kb-hide-keyboard-key stretch weight="105">hide</kb-hide-keyboard-key>
133 </kb-row> 133 </kb-row>
134 </kb-keyset> 134 </kb-keyset>
135 </template> 135 </template>
OLDNEW
« no previous file with comments | « no previous file | ui/keyboard/resources/layouts/system-qwerty.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698