Chromium Code Reviews| 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 <link id="spacebar-row" rel="import" href="spacebar-row.html"> | 7 <link id="spacebar-row" rel="import" href="spacebar-row.html"> |
| 8 <link id="function-key-row" rel="import" href="function-key-row.html"> | 8 <link id="function-key-row" rel="import" href="function-key-row.html"> |
| 9 | 9 |
| 10 <template> | 10 <template> |
| 11 <kb-keyset id="system-qwerty-upper"> | 11 <kb-keyset id="system-qwerty-upper"> |
| 12 <kb-row> | 12 <kb-row> |
| 13 <kb-key-import importId="function-key-row"></kb-key-import> | 13 <kb-key-import importId="function-key-row"></kb-key-import> |
| 14 </kb-row> | 14 </kb-row> |
| 15 <kb-row> | 15 <kb-row> |
| 16 <kb-key-sequence invert=true keys="'1234567890-=" | 16 <kb-key-sequence invert=true keys="'1234567890-=" |
| 17 hintTexts="~!@#$%^&*()_+"> </kb-key-sequence> | 17 hintTexts="~!@#$%^&*()_+"> </kb-key-sequence> |
| 18 <kb-key class="dark" char="" repeat align="right" | 18 <kb-key class="dark" char="" repeat align="right" |
| 19 weight="160">backspace</kb-key> | 19 weight="160">backspace</kb-key> |
| 20 </kb-row> | 20 </kb-row> |
| 21 <kb-row> | 21 <kb-row> |
| 22 <kb-key class="dark" char="	" align="left" | 22 <kb-key class="dark" char="	" align="left" |
| 23 weight="160">tab</kb-key> | 23 weight="160">tab</kb-key> |
| 24 <kb-key-sequence keys="QWERTYUIOP"></kb-key-sequence> | 24 <kb-key-sequence keys="QWERTYUIOP"></kb-key-sequence> |
| 25 <kb-key-sequence invert=true keys="[]\" | 25 <kb-key-sequence invert=true keys="[]\" |
| 26 hintTexts="{}|"></kb-key-sequence> | 26 hintTexts="{}|"></kb-key-sequence> |
| 27 </kb-row> | 27 </kb-row> |
| 28 <kb-row> | 28 <kb-row> |
| 29 <kb-key class="microphone dark" char="Microphone" weight="150"></kb-key> | 29 <kb-key class="search dark" char="Search" image='search' weight="150"> |
|
bshe
2014/01/29 20:28:00
do you need to add a special case in kb-keyboard t
| |
| 30 </kb-key> | |
| 30 <kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence> | 31 <kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence> |
| 31 <kb-key-sequence invert=true keys=";'" hintTexts=':"'> | 32 <kb-key-sequence invert=true keys=";'" hintTexts=':"'> |
| 32 </kb-key-sequence> | 33 </kb-key-sequence> |
| 33 <kb-key class="dark" char="
" align="right" | 34 <kb-key class="dark" char="
" align="right" |
| 34 weight="210">enter</kb-key> | 35 weight="210">enter</kb-key> |
| 35 </kb-row> | 36 </kb-row> |
| 36 <kb-row> | 37 <kb-row> |
| 37 <kb-shift-key weight="230" align="left">shift</kb-shift-key> | 38 <kb-shift-key weight="230" align="left">shift</kb-shift-key> |
| 38 <kb-key-sequence keys="ZXCVBNM"></kb-key-sequence> | 39 <kb-key-sequence keys="ZXCVBNM"></kb-key-sequence> |
| 39 <kb-key-sequence invert=true keys=",./" hintTexts="<>?"> | 40 <kb-key-sequence invert=true keys=",./" hintTexts="<>?"> |
| (...skipping 30 matching lines...) Expand all Loading... | |
| 70 <kb-key class="dark" weight="160" char="" | 71 <kb-key class="dark" weight="160" char="" |
| 71 repeat align="right">backspace</kb-key> | 72 repeat align="right">backspace</kb-key> |
| 72 </kb-row> | 73 </kb-row> |
| 73 <kb-row> | 74 <kb-row> |
| 74 <kb-key class="dark" char="	" align="left" | 75 <kb-key class="dark" char="	" align="left" |
| 75 weight="160">tab</kb-key> | 76 weight="160">tab</kb-key> |
| 76 <kb-key-sequence keys="qwertyuiop"></kb-key-sequence> | 77 <kb-key-sequence keys="qwertyuiop"></kb-key-sequence> |
| 77 <kb-key-sequence keys="[]\" hintTexts="{}|"></kb-key-sequence> | 78 <kb-key-sequence keys="[]\" hintTexts="{}|"></kb-key-sequence> |
| 78 </kb-row> | 79 </kb-row> |
| 79 <kb-row> | 80 <kb-row> |
| 80 <kb-key class="microphone dark" char="Microphone" weight="150"></kb-key> | 81 <kb-key class="search dark" char="Search" image='search' weight="150"> |
| 82 </kb-key> | |
| 81 <kb-key-sequence keys="asdfghjkl"></kb-key-sequence> | 83 <kb-key-sequence keys="asdfghjkl"></kb-key-sequence> |
| 82 <kb-key-sequence keys=";'" hintTexts=':"'></kb-key-sequence> | 84 <kb-key-sequence keys=";'" hintTexts=':"'></kb-key-sequence> |
| 83 <kb-key class="dark" char="
" align="right" | 85 <kb-key class="dark" char="
" align="right" |
| 84 weight="210">enter</kb-key> | 86 weight="210">enter</kb-key> |
| 85 </kb-row> | 87 </kb-row> |
| 86 <kb-row> | 88 <kb-row> |
| 87 <kb-shift-key weight="230" align="left">shift</kb-shift-key> | 89 <kb-shift-key weight="230" align="left">shift</kb-shift-key> |
| 88 <kb-key-sequence keys="zxcvbnm"></kb-key-sequence> | 90 <kb-key-sequence keys="zxcvbnm"></kb-key-sequence> |
| 89 <kb-key-sequence keys=",./" hintTexts="<>?"></kb-key-sequence> | 91 <kb-key-sequence keys=",./" hintTexts="<>?"></kb-key-sequence> |
| 90 <kb-shift-key weight="230" align="right">shift</kb-shift-key> | 92 <kb-shift-key weight="230" align="right">shift</kb-shift-key> |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 102 <kb-key class="dark" repeat char="Arrow-Down" image="down" | 104 <kb-key class="dark" repeat char="Arrow-Down" image="down" |
| 103 weight="75"> </kb-key> | 105 weight="75"> </kb-key> |
| 104 <kb-key class="dark" repeat char="Arrow-Right" image="right" | 106 <kb-key class="dark" repeat char="Arrow-Right" image="right" |
| 105 weight="75"></kb-key> | 107 weight="75"></kb-key> |
| 106 <kb-hide-keyboard-key></kb-hide-keyboard-key> | 108 <kb-hide-keyboard-key></kb-hide-keyboard-key> |
| 107 </kb-row> | 109 </kb-row> |
| 108 <kb-altkey-container hidden> | 110 <kb-altkey-container hidden> |
| 109 </kb-altkey-container> | 111 </kb-altkey-container> |
| 110 </kb-keyset> | 112 </kb-keyset> |
| 111 </template> | 113 </template> |
| OLD | NEW |