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 rel="import" href="../elements/kb-key-sequence.html"> | |
8 <link rel="import" href="../elements/kb-key-import.html"> | |
9 <link id="spacebar-row" rel="import" href="spacebar-row.html"> | 7 <link id="spacebar-row" rel="import" href="spacebar-row.html"> |
10 | 8 |
11 <template> | 9 <template> |
12 <kb-keyset id="dvorak-upper"> | 10 <kb-keyset id="dvorak-upper"> |
13 <kb-row> | 11 <kb-row> |
14 <kb-key class="tab dark" char="	" align="left">tab</kb-key> | 12 <kb-key class="tab dark" char="	" align="left">tab</kb-key> |
15 <kb-key-sequence keys="",.PYFGCRL" superscripts="1234567890"></kb-key
-sequence> | 13 <kb-key-sequence keys="",.PYFGCRL" superscripts="1234567890"></kb-key
-sequence> |
16 <kb-key class="backspace dark" char="" repeat align="right">backsp
ace</kb-key> | 14 <kb-key class="backspace dark" char="" repeat align="right">backsp
ace</kb-key> |
17 </kb-row> | 15 </kb-row> |
18 <kb-row> | 16 <kb-row> |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 <kb-key class="right-more dark" toKeyset="up:symbol" char="Invalid" align=
"right">#123</kb-key> | 108 <kb-key class="right-more dark" toKeyset="up:symbol" char="Invalid" align=
"right">#123</kb-key> |
111 </kb-row> | 109 </kb-row> |
112 <kb-row> | 110 <kb-row> |
113 <kb-key class="symbol dark" toKeyset="up:lower" char="Invalid" align="left
">abc</kb-key> | 111 <kb-key class="symbol dark" toKeyset="up:lower" char="Invalid" align="left
">abc</kb-key> |
114 <kb-key-import importId="spacebar-row"></kb-key-import> | 112 <kb-key-import importId="spacebar-row"></kb-key-import> |
115 <kb-key class="symbol dark" toKeyset="up:lower" char="Invalid" align="righ
t">abc</kb-key> | 113 <kb-key class="symbol dark" toKeyset="up:lower" char="Invalid" align="righ
t">abc</kb-key> |
116 <kb-layout-selector></kb-layout-selector> | 114 <kb-layout-selector></kb-layout-selector> |
117 </kb-row> | 115 </kb-row> |
118 </kb-keyset> | 116 </kb-keyset> |
119 </template> | 117 </template> |
OLD | NEW |