| OLD | NEW |
| (Empty) |
| 1 <!-- | |
| 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 | |
| 4 -- found in the LICENSE file. | |
| 5 --> | |
| 6 | |
| 7 | |
| 8 <kb-keyset id="qwerty-upper" flick=false pitch="10 20"> | |
| 9 <kb-row class="hide-hint-text"> | |
| 10 <kb-key-sequence keys="QWERTYUIOP" hintTexts="1234567890"></kb-key-sequence> | |
| 11 <kb-key class="dark" char="" image="backspace.png" | |
| 12 repeat sound="keypress-delete" stretch weight="110"></kb-key> | |
| 13 </kb-row> | |
| 14 <kb-row align="right"> | |
| 15 <kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence> | |
| 16 <kb-key class="dark" char="
" align="right" | |
| 17 image="return.png" sound="keypress-return" weight="175"></kb-key> | |
| 18 </kb-row> | |
| 19 <kb-row> | |
| 20 <kb-shift-key weight="105" align="left"></kb-shift-key> | |
| 21 <kb-key-sequence keys="ZXCVBNM!?"></kb-key-sequence> | |
| 22 <kb-shift-key weight="105" stretch align="right"></kb-shift-key> | |
| 23 </kb-row> | |
| 24 <kb-row> | |
| 25 <kb-key class="dark" toKeyset="down:symbol" char="Invalid" | |
| 26 align="center" weight="105">?123</kb-key> | |
| 27 <kb-key class="dark">_</kb-key> | |
| 28 <kb-key class="dark" stretch>/</kb-key> | |
| 29 <kb-key char=" " class="space" sound="keypress-spacebar" weight="540"> | |
| 30 English (US) | |
| 31 </kb-key> | |
| 32 <kb-key class="dark">,</kb-key> | |
| 33 <kb-key class="dark">.</kb-key> | |
| 34 <kb-hide-keyboard-key image="hide-keyboard.png" stretch weight="105"> | |
| 35 </kb-hide-keyboard-key> | |
| 36 </kb-row> | |
| 37 <kb-altkey-container hidden> | |
| 38 </kb-altkey-container> | |
| 39 </kb-keyset> | |
| 40 | |
| 41 <kb-keyset id="qwerty-lower" flick=false isDefault=true pitch="10 20"> | |
| 42 <kb-row class="hide-hint-text"> | |
| 43 <kb-key-sequence keys="qwertyuiop" hintTexts="1234567890"></kb-key-sequence> | |
| 44 <kb-key class="dark" char="" repeat stretch align="right" | |
| 45 image="backspace.png" sound="keypress-delete" weight="110"></kb-key> | |
| 46 </kb-row> | |
| 47 <kb-row align="right"> | |
| 48 <kb-key-sequence keys="asdfghjkl"></kb-key-sequence> | |
| 49 <kb-key class="dark" char="
" align="right" | |
| 50 image="return.png" sound="keypress-return" weight="175"></kb-key> | |
| 51 </kb-row> | |
| 52 <kb-row> | |
| 53 <kb-shift-key weight="105" align="left"></kb-shift-key> | |
| 54 <kb-key-sequence keys="zxcvbnm!?"></kb-key-sequence> | |
| 55 <kb-shift-key stretch weight="105" align="right"></kb-shift-key> | |
| 56 </kb-row> | |
| 57 <kb-row> | |
| 58 <kb-key class="dark" toKeyset="down:symbol" char="Invalid" | |
| 59 align="center" weight="105">?123</kb-key> | |
| 60 <kb-key class="dark">-</kb-key> | |
| 61 <kb-key class="dark" stretch>/</kb-key> | |
| 62 <kb-key char=" " class="space" sound="keypress-spacebar" weight="540"> | |
| 63 English (US) | |
| 64 </kb-key> | |
| 65 <kb-key class="dark">,</kb-key> | |
| 66 <kb-key class="dark">.</kb-key> | |
| 67 <kb-hide-keyboard-key image="hide-keyboard.png" stretch weight="105"> | |
| 68 </kb-hide-keyboard-key> | |
| 69 </kb-row> | |
| 70 <kb-altkey-container hidden> | |
| 71 </kb-altkey-container> | |
| 72 </kb-keyset> | |
| 73 | |
| 74 <kb-keyset id="qwerty-symbol" pitch="10 20"> | |
| 75 <kb-row> | |
| 76 <kb-key-sequence keys="1234567890"></kb-key-sequence> | |
| 77 <kb-key class="dark" char="" align="right" image="backspace.png" | |
| 78 repeat sound="keypress-delete" stretch weight="110"></kb-key> | |
| 79 </kb-row> | |
| 80 <kb-row align="right"> | |
| 81 <kb-key-sequence keys="@#$%&-+()"></kb-key-sequence> | |
| 82 <kb-key class="dark" char="
" align="right" | |
| 83 image="return.png" sound="keypress-return" weight="175"></kb-key> | |
| 84 </kb-row> | |
| 85 <kb-row> | |
| 86 <kb-key class="dark" toKeyset="down:more" char="Invalid" align="center" | |
| 87 weight="105">~[<</kb-key> | |
| 88 <kb-key-sequence keys="\=*"':;!?"></kb-key-sequence> | |
| 89 <kb-key class="dark" toKeyset="down:more" char="Invalid" align="center" | |
| 90 stretch weight="105">~[<</kb-key> | |
| 91 </kb-row> | |
| 92 <kb-row> | |
| 93 <kb-abc-key align="center" weight="105">ABC</kb-abc-key> | |
| 94 <kb-key class="dark">_</kb-key> | |
| 95 <kb-key class="dark" stretch>/</kb-key> | |
| 96 <kb-key char=" " class="space" sound="keypress-spacebar" weight="540"> | |
| 97 English (US) | |
| 98 </kb-key> | |
| 99 <kb-key class="dark">,</kb-key> | |
| 100 <kb-key class="dark">.</kb-key> | |
| 101 <kb-hide-keyboard-key image="hide-keyboard.png" stretch weight="105"> | |
| 102 </kb-hide-keyboard-key> | |
| 103 </kb-row> | |
| 104 <kb-altkey-container hidden> | |
| 105 </kb-altkey-container> | |
| 106 </kb-keyset> | |
| 107 | |
| 108 <kb-keyset id="qwerty-more" pitch="10 20"> | |
| 109 <kb-row> | |
| 110 <kb-key-sequence | |
| 111 keys="~`|•√Π÷×¶Δ"> | |
| 112 </kb-key-sequence> | |
| 113 <kb-key class="dark" align="right" char="" image="backspace.png" | |
| 114 repeat sound="keypress-delete" stretch weight="110"></kb-key> | |
| 115 </kb-row> | |
| 116 <kb-row align="right"> | |
| 117 <kb-key-sequence | |
| 118 keys="£¢€¥^°={}"> | |
| 119 </kb-key-sequence> | |
| 120 <kb-key class="dark" char="
" align="right" | |
| 121 image="return.png" sound="keypress-return" weight="175"></kb-key> | |
| 122 </kb-row> | |
| 123 <kb-row> | |
| 124 <kb-key class="dark" toKeyset="down:symbol" char="Invalid" | |
| 125 align="center" weight="105">?123</kb-key> | |
| 126 <kb-key-sequence | |
| 127 keys="\©®™℅[]¡¿"> | |
| 128 </kb-key-sequence> | |
| 129 <kb-key stretch class="dark" toKeyset="down:symbol" char="Invalid" | |
| 130 align="center" weight="105">?123</kb-key> | |
| 131 </kb-row> | |
| 132 <kb-row> | |
| 133 <kb-abc-key align="center" weight="105">ABC</kb-abc-key> | |
| 134 <kb-key class="dark"><</kb-key> | |
| 135 <kb-key class="dark" stretch>></kb-key> | |
| 136 <kb-key char=" " class="space" sound="keypress-spacebar" weight="540"> | |
| 137 English (US) | |
| 138 </kb-key> | |
| 139 <kb-key class="dark">,</kb-key> | |
| 140 <kb-key class="dark">.</kb-key> | |
| 141 <kb-hide-keyboard-key image="hide-keyboard.png" stretch weight="105"> | |
| 142 </kb-hide-keyboard-key> | |
| 143 </kb-row> | |
| 144 </kb-keyset> | |
| 145 | |
| OLD | NEW |