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"> | 7 <link rel="import" href="../elements/kb-key-sequence.html"> |
8 <link rel="import" href="../elements/kb-key-import.html"> | 8 <link rel="import" href="../elements/kb-key-import.html"> |
9 <link id="spacebar-row" rel="import" href="spacebar-row.html"> | 9 <link id="spacebar-row" rel="import" href="spacebar-row.html"> |
10 | 10 |
11 <template> | 11 <template> |
12 <kb-keyset id="dvorak-upper" lockable="true"> | 12 <kb-keyset id="dvorak-upper" capsLockable=true> |
13 <kb-row> | 13 <kb-row> |
14 <kb-key class="tab dark" char="	" align="left">tab</kb-key> | 14 <kb-key class="tab dark" char="	" align="left">tab</kb-key> |
15 <kb-key-sequence keys="",.PYFGCRL" superscripts="1234567890"></kb-key
-sequence> | 15 <kb-key-sequence keys="",.PYFGCRL" superscripts="1234567890"></kb-key
-sequence> |
16 <kb-key class="backspace dark" char="" repeat align="right">backsp
ace</kb-key> | 16 <kb-key class="backspace dark" char="" repeat align="right">backsp
ace</kb-key> |
17 </kb-row> | 17 </kb-row> |
18 <kb-row> | 18 <kb-row> |
19 <kb-key class="microphone dark" char="Microphone"></kb-key> | 19 <kb-key class="microphone dark" char="Microphone"></kb-key> |
20 <kb-key-sequence keys="AOEUIDHTNS"></kb-key-sequence> | 20 <kb-key-sequence keys="AOEUIDHTNS"></kb-key-sequence> |
21 <kb-key class='return dark' char="
" align="right">enter</kb-key> | 21 <kb-key class='return dark' char="
" align="right">enter</kb-key> |
22 </kb-row> | 22 </kb-row> |
23 <kb-row> | 23 <kb-row> |
24 <kb-shift-key toKeyset="up:lower" weight="1.8" align="left">shift</kb-shif
t-key> | 24 <kb-shift-key toKeyset="up:lower" weight="1.8" align="left">shift</kb-shif
t-key> |
25 <kb-key-sequence keys=";QJKXBMWVZ"></kb-key-sequence> | 25 <kb-key-sequence keys=";QJKXBMWVZ"></kb-key-sequence> |
26 <kb-shift-key toKeyset="up:lower" weight="1.8" align="right">shift</kb-shi
ft-key> | 26 <kb-shift-key toKeyset="up:lower" weight="1.8" align="right">shift</kb-shi
ft-key> |
27 </kb-row> | 27 </kb-row> |
28 <kb-row> | 28 <kb-row> |
29 <kb-key class="symbol dark" toKeyset="up:symbol" char="Invalid" align="lef
t">#123</kb-key> | 29 <kb-key class="symbol dark" toKeyset="up:symbol" char="Invalid" align="lef
t">#123</kb-key> |
30 <kb-key-import importId="spacebar-row"></kb-key-import> | 30 <kb-key-import importId="spacebar-row"></kb-key-import> |
31 <kb-key class="symbol dark" toKeyset="up:symbol" char="Invalid" align="rig
ht">#123</kb-key> | 31 <kb-key class="symbol dark" toKeyset="up:symbol" char="Invalid" align="rig
ht">#123</kb-key> |
32 <kb-layout-selector></kb-layout-selector> | 32 <kb-layout-selector></kb-layout-selector> |
33 </kb-row> | 33 </kb-row> |
34 <kb-altkey-container hidden> | 34 <kb-altkey-container hidden> |
35 </kb-altkey-container> | 35 </kb-altkey-container> |
36 </kb-keyset> | 36 </kb-keyset> |
37 | 37 |
38 <kb-keyset id="dvorak-lower" isDefault=true> | 38 <kb-keyset id="dvorak-lower" capsLocksTo="upper" isDefault=true> |
39 <kb-row> | 39 <kb-row> |
40 <kb-key class="tab dark" char="	" align="left">tab</kb-key> | 40 <kb-key class="tab dark" char="	" align="left">tab</kb-key> |
41 <kb-key-sequence keys="",.pyfgcrl" superscripts="1234567890"></kb-key
-sequence> | 41 <kb-key-sequence keys="",.pyfgcrl" superscripts="1234567890"></kb-key
-sequence> |
42 <kb-key class="backspace dark" char="" repeat align="right">backsp
ace</kb-key> | 42 <kb-key class="backspace dark" char="" repeat align="right">backsp
ace</kb-key> |
43 </kb-row> | 43 </kb-row> |
44 <kb-row> | 44 <kb-row> |
45 <kb-key class="microphone dark" char="Microphone"></kb-key> | 45 <kb-key class="microphone dark" char="Microphone"></kb-key> |
46 <kb-key-sequence keys="aoeuidhtns"></kb-key-sequence> | 46 <kb-key-sequence keys="aoeuidhtns"></kb-key-sequence> |
47 <kb-key class='return dark' char="
" align="right">enter</kb-key> | 47 <kb-key class='return dark' char="
" align="right">enter</kb-key> |
48 </kb-row> | 48 </kb-row> |
(...skipping 61 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> | 110 <kb-key class="right-more dark" toKeyset="up:symbol" char="Invalid" align=
"right">#123</kb-key> |
111 </kb-row> | 111 </kb-row> |
112 <kb-row> | 112 <kb-row> |
113 <kb-key class="symbol dark" toKeyset="up:lower" char="Invalid" align="left
">abc</kb-key> | 113 <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> | 114 <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> | 115 <kb-key class="symbol dark" toKeyset="up:lower" char="Invalid" align="righ
t">abc</kb-key> |
116 <kb-layout-selector></kb-layout-selector> | 116 <kb-layout-selector></kb-layout-selector> |
117 </kb-row> | 117 </kb-row> |
118 </kb-keyset> | 118 </kb-keyset> |
119 </template> | 119 </template> |
OLD | NEW |