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

Side by Side Diff: ui/keyboard/resources/layouts/system-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 | « ui/keyboard/resources/layouts/qwerty.html ('k') | ui/keyboard/resources/main.js » ('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 <link id="function-key-row" rel="import" href="function-key-row.html"> 7 <link id="function-key-row" rel="import" href="function-key-row.html">
8 8
9 <template> 9 <template>
10 <kb-keyset id="system-qwerty-upper" align="center"> 10 <kb-keyset id="system-qwerty-upper" align="center">
(...skipping 20 matching lines...) Expand all
31 stretch weight="170">enter</kb-key> 31 stretch weight="170">enter</kb-key>
32 </kb-row> 32 </kb-row>
33 <kb-row> 33 <kb-row>
34 <kb-shift-key weight="265" align="left">shift</kb-shift-key> 34 <kb-shift-key weight="265" align="left">shift</kb-shift-key>
35 <kb-key-sequence keys="ZXCVBNM"></kb-key-sequence> 35 <kb-key-sequence keys="ZXCVBNM"></kb-key-sequence>
36 <kb-key-sequence invert=true keys=",./" hintTexts="<>?"> 36 <kb-key-sequence invert=true keys=",./" hintTexts="<>?">
37 </kb-key-sequence> 37 </kb-key-sequence>
38 <kb-shift-key stretch weight="135" align="right">shift</kb-shift-key> 38 <kb-shift-key stretch weight="135" align="right">shift</kb-shift-key>
39 </kb-row> 39 </kb-row>
40 <kb-row> 40 <kb-row>
41 <kb-modifier-key class="dark" weight="150" char="Ctrl" 41 <kb-modifier-key class="dark" stretch weight="150" char="Ctrl"
42 align="left">ctrl</kb-modifier-key> 42 align="left">ctrl</kb-modifier-key>
43 <kb-modifier-key class="dark" stretch weight="150" char="Alt" 43 <kb-modifier-key class="dark" stretch weight="150" char="Alt"
44 align="left">alt</kb-modifier-key> 44 align="left">alt</kb-modifier-key>
45 <kb-key char=" " class="space" weight="760"></kb-key> 45 <kb-key char=" " class="space" weight="760"></kb-key>
46 <kb-key class="dark" repeat char="Arrow-Left" image="left" 46 <kb-key class="dark" repeat char="Arrow-Left" image="left"
47 weight="75"> </kb-key> 47 weight="75"> </kb-key>
48 <kb-key class="dark" repeat char="Arrow-Up" image="up" 48 <kb-key class="dark" repeat char="Arrow-Up" image="up"
49 weight="75"></kb-key> 49 weight="75"></kb-key>
50 <kb-key class="dark" repeat char="Arrow-Down" image="down" 50 <kb-key class="dark" repeat char="Arrow-Down" image="down"
51 weight="75"> </kb-key> 51 weight="75"> </kb-key>
(...skipping 26 matching lines...) Expand all
78 <kb-key class="dark" char="&#x000A;" align="right" 78 <kb-key class="dark" char="&#x000A;" align="right"
79 stretch weight="170">enter</kb-key> 79 stretch weight="170">enter</kb-key>
80 </kb-row> 80 </kb-row>
81 <kb-row> 81 <kb-row>
82 <kb-shift-key weight="265" align="left">shift</kb-shift-key> 82 <kb-shift-key weight="265" align="left">shift</kb-shift-key>
83 <kb-key-sequence keys="zxcvbnm"></kb-key-sequence> 83 <kb-key-sequence keys="zxcvbnm"></kb-key-sequence>
84 <kb-key-sequence keys=",./" hintTexts="<>?"></kb-key-sequence> 84 <kb-key-sequence keys=",./" hintTexts="<>?"></kb-key-sequence>
85 <kb-shift-key stretch weight="135" align="right">shift</kb-shift-key> 85 <kb-shift-key stretch weight="135" align="right">shift</kb-shift-key>
86 </kb-row> 86 </kb-row>
87 <kb-row> 87 <kb-row>
88 <kb-modifier-key class="symbol dark" weight="150" char="Ctrl" 88 <kb-modifier-key class="symbol dark" stretch weight="150" char="Ctrl"
89 align="left">ctrl</kb-modifier-key> 89 align="left">ctrl</kb-modifier-key>
90 <kb-modifier-key class="symbol dark" stretch weight="150" char="Alt" 90 <kb-modifier-key class="symbol dark" stretch weight="150" char="Alt"
91 align="left">alt</kb-modifier-key> 91 align="left">alt</kb-modifier-key>
92 <kb-key char=" " class="space" weight="760"></kb-key> 92 <kb-key char=" " class="space" weight="760"></kb-key>
93 <kb-key class="dark" repeat char="Arrow-Left" image="left" 93 <kb-key class="dark" repeat char="Arrow-Left" image="left"
94 weight="75"> </kb-key> 94 weight="75"> </kb-key>
95 <kb-key class="dark" repeat char="Arrow-Up" image="up" 95 <kb-key class="dark" repeat char="Arrow-Up" image="up"
96 weight="75"></kb-key> 96 weight="75"></kb-key>
97 <kb-key class="dark" repeat char="Arrow-Down" image="down" 97 <kb-key class="dark" repeat char="Arrow-Down" image="down"
98 weight="75"> </kb-key> 98 weight="75"> </kb-key>
99 <kb-key class="dark" repeat char="Arrow-Right" image="right" 99 <kb-key class="dark" repeat char="Arrow-Right" image="right"
100 weight="75"></kb-key> 100 weight="75"></kb-key>
101 <kb-hide-keyboard-key stretch image="keyboard"></kb-hide-keyboard-key> 101 <kb-hide-keyboard-key image="keyboard" stretch></kb-hide-keyboard-key>
102 </kb-row> 102 </kb-row>
103 <kb-altkey-container hidden> 103 <kb-altkey-container hidden>
104 </kb-altkey-container> 104 </kb-altkey-container>
105 </kb-keyset> 105 </kb-keyset>
106 </template> 106 </template>
OLDNEW
« no previous file with comments | « ui/keyboard/resources/layouts/qwerty.html ('k') | ui/keyboard/resources/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698