| 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 <kb-keyset id="system-qwerty-upper" align="center"> | |
| 8 <kb-row> | |
| 9 <kb-key-sequence invert=true keys="`1234567890-=" | |
| 10 hintTexts="~!@#$%^&*()_+"> </kb-key-sequence> | |
| 11 <kb-key class="dark" char="" repeat align="right" | |
| 12 image="backspace.png" sound="keypress-delete" stretch weight="190"> | |
| 13 </kb-key> | |
| 14 </kb-row> | |
| 15 <kb-row align="left"> | |
| 16 <kb-key class="dark tab" char="	" align="center" | |
| 17 image="tab.png" weight="155"></kb-key> | |
| 18 <kb-key-sequence keys="QWERTYUIOP"></kb-key-sequence> | |
| 19 <kb-key-sequence invert=true keys="[]\" | |
| 20 hintTexts="{}|"></kb-key-sequence> | |
| 21 </kb-row> | |
| 22 <kb-row> | |
| 23 <kb-key class="search dark" char="Search" image='search.png' | |
| 24 weight="210"> </kb-key> | |
| 25 <kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence> | |
| 26 <kb-key-sequence invert=true keys=";'" hintTexts=':"'> | |
| 27 </kb-key-sequence> | |
| 28 <kb-key class="dark" char="
" align="right" | |
| 29 image="return.png" sound="keypress-return" stretch weight="170"></kb-key
> | |
| 30 </kb-row> | |
| 31 <kb-row> | |
| 32 <kb-shift-key weight="265" align="left"></kb-shift-key> | |
| 33 <kb-key-sequence keys="ZXCVBNM"></kb-key-sequence> | |
| 34 <kb-key-sequence invert=true keys=",./" hintTexts="<>?"> | |
| 35 </kb-key-sequence> | |
| 36 <kb-shift-key stretch weight="135" align="right"></kb-shift-key> | |
| 37 </kb-row> | |
| 38 <kb-row> | |
| 39 <kb-modifier-key class="dark" stretch weight="150" char="Ctrl" | |
| 40 align="left">ctrl</kb-modifier-key> | |
| 41 <kb-modifier-key class="dark" stretch weight="150" char="Alt" | |
| 42 align="left">alt</kb-modifier-key> | |
| 43 <kb-key char=" " class="space" sound="keypress-spacebar" weight="760"> | |
| 44 English (US) | |
| 45 </kb-key> | |
| 46 <kb-key class="cursor dark" repeat char="Arrow-Left" image="left" | |
| 47 weight="75"> </kb-key> | |
| 48 <kb-key class="cursor dark" repeat char="Arrow-Up" image="up" | |
| 49 weight="75"></kb-key> | |
| 50 <kb-key class="cursor dark" repeat char="Arrow-Down" image="down" | |
| 51 weight="75"> </kb-key> | |
| 52 <kb-key class="cursor dark" repeat char="Arrow-Right" image="right" | |
| 53 weight="75"></kb-key> | |
| 54 <kb-hide-keyboard-key image="hide-keyboard.png" stretch> | |
| 55 </kb-hide-keyboard-key> | |
| 56 </kb-row> | |
| 57 <kb-altkey-container hidden> | |
| 58 </kb-altkey-container> | |
| 59 </kb-keyset> | |
| 60 | |
| 61 <kb-keyset id="system-qwerty-lower" align="center" isDefault=true> | |
| 62 <kb-row> | |
| 63 <kb-key-sequence keys="`1234567890-=" hintTexts="~!@#$%^&*()_+"> | |
| 64 </kb-key-sequence> | |
| 65 <kb-key class="dark" weight="190" char="" | |
| 66 image="backspace.png" repeat sound="keypress-delete" stretch | |
| 67 align="right"></kb-key> | |
| 68 </kb-row> | |
| 69 <kb-row align="left"> | |
| 70 <kb-key class="dark tab" char="	" align="center" | |
| 71 image="tab.png" weight="155"></kb-key> | |
| 72 <kb-key-sequence keys="qwertyuiop"></kb-key-sequence> | |
| 73 <kb-key-sequence keys="[]\" hintTexts="{}|"></kb-key-sequence> | |
| 74 </kb-row> | |
| 75 <kb-row> | |
| 76 <kb-key class="search dark" char="Search" image='search.png' | |
| 77 weight="210"></kb-key> | |
| 78 <kb-key-sequence keys="asdfghjkl"></kb-key-sequence> | |
| 79 <kb-key-sequence keys=";'" hintTexts=':"'></kb-key-sequence> | |
| 80 <kb-key class="dark" char="
" align="right" | |
| 81 image="return.png" sound="keypress-return" stretch weight="170"> | |
| 82 </kb-key> | |
| 83 </kb-row> | |
| 84 <kb-row> | |
| 85 <kb-shift-key weight="265" align="left"></kb-shift-key> | |
| 86 <kb-key-sequence keys="zxcvbnm"></kb-key-sequence> | |
| 87 <kb-key-sequence keys=",./" hintTexts="<>?"></kb-key-sequence> | |
| 88 <kb-shift-key stretch weight="135" align="right"></kb-shift-key> | |
| 89 </kb-row> | |
| 90 <kb-row> | |
| 91 <kb-modifier-key class="symbol dark" stretch weight="150" char="Ctrl" | |
| 92 align="left">ctrl</kb-modifier-key> | |
| 93 <kb-modifier-key class="symbol dark" stretch weight="150" char="Alt" | |
| 94 align="left">alt</kb-modifier-key> | |
| 95 <kb-key char=" " sound="keypress-spacebar" class="space" weight="760"> | |
| 96 English (US) | |
| 97 </kb-key> | |
| 98 <kb-key class="cursor dark" repeat char="Arrow-Left" image="left" | |
| 99 weight="75"> </kb-key> | |
| 100 <kb-key class="cursor dark" repeat char="Arrow-Up" image="up" | |
| 101 weight="75"></kb-key> | |
| 102 <kb-key class="cursor dark" repeat char="Arrow-Down" image="down" | |
| 103 weight="75"> </kb-key> | |
| 104 <kb-key class="cursor dark" repeat char="Arrow-Right" image="right" | |
| 105 weight="75"></kb-key> | |
| 106 <kb-hide-keyboard-key image="hide-keyboard.png" stretch> | |
| 107 </kb-hide-keyboard-key> | |
| 108 </kb-row> | |
| 109 <kb-altkey-container hidden> | |
| 110 </kb-altkey-container> | |
| 111 </kb-keyset> | |
| OLD | NEW |