Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Side by Side Diff: ui/keyboard/resources/layouts/qwerty.html

Issue 23819032: Dynamically load keyboard layouts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove console log. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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="qwerty-upper"> 10 <kb-keyset id="qwerty-upper">
13 <kb-row> 11 <kb-row>
14 <kb-key class="tab dark" char="&#x0009;" align="left">tab</kb-key> 12 <kb-key class="tab dark" char="&#x0009;" align="left">tab</kb-key>
15 <kb-key-sequence keys="QWERTYUIOP" superscripts="1234567890"></kb-key-sequ ence> 13 <kb-key-sequence keys="QWERTYUIOP" superscripts="1234567890"></kb-key-sequ ence>
16 <kb-key class="backspace dark" char="&#x0008;" repeat align="right">backsp ace</kb-key> 14 <kb-key class="backspace dark" char="&#x0008;" repeat align="right">backsp ace</kb-key>
17 </kb-row> 15 </kb-row>
18 <kb-row> 16 <kb-row>
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 <kb-key class="right-more dark" toKeyset="up:symbol" char="Invalid" align= "right">#123</kb-key> 119 <kb-key class="right-more dark" toKeyset="up:symbol" char="Invalid" align= "right">#123</kb-key>
122 </kb-row> 120 </kb-row>
123 <kb-row> 121 <kb-row>
124 <kb-key class="symbol dark" toKeyset="up:lower" char="Invalid" align="left ">abc</kb-key> 122 <kb-key class="symbol dark" toKeyset="up:lower" char="Invalid" align="left ">abc</kb-key>
125 <kb-key-import importId="spacebar-row"></kb-key-import> 123 <kb-key-import importId="spacebar-row"></kb-key-import>
126 <kb-key class="symbol dark" toKeyset="up:lower" char="Invalid" align="righ t">abc</kb-key> 124 <kb-key class="symbol dark" toKeyset="up:lower" char="Invalid" align="righ t">abc</kb-key>
127 <kb-layout-selector toLayout="dvorak"></kb-layout-selector> 125 <kb-layout-selector toLayout="dvorak"></kb-layout-selector>
128 </kb-row> 126 </kb-row>
129 </kb-keyset> 127 </kb-keyset>
130 </template> 128 </template>
OLDNEW
« ui/keyboard/resources/index.html ('K') | « ui/keyboard/resources/layouts/numeric.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698