OLD | NEW |
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" pitch="10 20"> |
9 <kb-row> | 9 <kb-row> |
10 <kb-key-sequence keys="QWERTYUIOP" hintTexts="1234567890"> | 10 <kb-key-sequence keys="QWERTYUIOP" hintTexts="1234567890"> |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 image="return" sound="keypress-return" weight="175"></kb-key> | 51 image="return" sound="keypress-return" weight="175"></kb-key> |
52 </kb-row> | 52 </kb-row> |
53 <kb-row> | 53 <kb-row> |
54 <kb-shift-key weight="105" align="left"></kb-shift-key> | 54 <kb-shift-key weight="105" align="left"></kb-shift-key> |
55 <kb-key-sequence keys="zxcvbnm!?"></kb-key-sequence> | 55 <kb-key-sequence keys="zxcvbnm!?"></kb-key-sequence> |
56 <kb-shift-key stretch weight="105" align="right"></kb-shift-key> | 56 <kb-shift-key stretch weight="105" align="right"></kb-shift-key> |
57 </kb-row> | 57 </kb-row> |
58 <kb-row> | 58 <kb-row> |
59 <kb-key class="dark" toKeyset="down:symbol" char="Invalid" | 59 <kb-key class="dark" toKeyset="down:symbol" char="Invalid" |
60 align="center" weight="105">?123</kb-key> | 60 align="center" weight="105">?123</kb-key> |
61 <kb-key class="dark">_</kb-key> | 61 <kb-key class="dark">-</kb-key> |
62 <kb-key class="dark" stretch>/</kb-key> | 62 <kb-key class="dark" stretch>/</kb-key> |
63 <kb-key char=" " class="space" sound="keypress-spacebar" weight="540"> | 63 <kb-key char=" " class="space" sound="keypress-spacebar" weight="540"> |
64 </kb-key> | 64 </kb-key> |
65 <kb-key class="dark">,</kb-key> | 65 <kb-key class="dark">,</kb-key> |
66 <kb-key class="dark">.</kb-key> | 66 <kb-key class="dark">.</kb-key> |
67 <kb-hide-keyboard-key image="hide-keyboard" stretch weight="105"> | 67 <kb-hide-keyboard-key image="hide-keyboard" stretch weight="105"> |
68 </kb-hide-keyboard-key> | 68 </kb-hide-keyboard-key> |
69 </kb-row> | 69 </kb-row> |
70 <kb-altkey-container hidden> | 70 <kb-altkey-container hidden> |
71 </kb-altkey-container> | 71 </kb-altkey-container> |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 <kb-key class="dark" stretch>></kb-key> | 134 <kb-key class="dark" stretch>></kb-key> |
135 <kb-key char=" " class="space" sound="keypress-spacebar" weight="540"> | 135 <kb-key char=" " class="space" sound="keypress-spacebar" weight="540"> |
136 </kb-key> | 136 </kb-key> |
137 <kb-key class="dark">,</kb-key> | 137 <kb-key class="dark">,</kb-key> |
138 <kb-key class="dark">.</kb-key> | 138 <kb-key class="dark">.</kb-key> |
139 <kb-hide-keyboard-key image="hide-keyboard" stretch weight="105"> | 139 <kb-hide-keyboard-key image="hide-keyboard" stretch weight="105"> |
140 </kb-hide-keyboard-key> | 140 </kb-hide-keyboard-key> |
141 </kb-row> | 141 </kb-row> |
142 </kb-keyset> | 142 </kb-keyset> |
143 | 143 |
OLD | NEW |