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

Side by Side Diff: ui/keyboard/resources/index.html

Issue 23927006: Added numeric layout to VK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed indentation 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
« no previous file with comments | « ui/keyboard/keyboard_util.cc ('k') | ui/keyboard/resources/layouts/numeric.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <!-- 2 <!--
3 -- Copyright 2013 The Chromium Authors. All rights reserved. 3 -- Copyright 2013 The Chromium Authors. All rights reserved.
4 -- Use of this source code is governed by a BSD-style license that can be 4 -- Use of this source code is governed by a BSD-style license that can be
5 -- found in the LICENSE file. 5 -- found in the LICENSE file.
6 --> 6 -->
7 7
8 <html> 8 <html>
9 <head> 9 <head>
10 <meta charset="UTF-8"> 10 <meta charset="UTF-8">
(...skipping 14 matching lines...) Expand all
25 <link rel="import" href="elements/kb-altkey-set.html"> 25 <link rel="import" href="elements/kb-altkey-set.html">
26 <link rel="import" href="elements/kb-key-codes.html"> 26 <link rel="import" href="elements/kb-key-codes.html">
27 <link rel="import" href="elements/kb-key-base.html"> 27 <link rel="import" href="elements/kb-key-base.html">
28 <link rel="import" href="elements/kb-key.html"> 28 <link rel="import" href="elements/kb-key.html">
29 <link rel="import" href="elements/kb-keyboard.html"> 29 <link rel="import" href="elements/kb-keyboard.html">
30 <link rel="import" href="elements/kb-keyset.html"> 30 <link rel="import" href="elements/kb-keyset.html">
31 <link rel="import" href="elements/kb-row.html"> 31 <link rel="import" href="elements/kb-row.html">
32 <!-- TODO(kevers|biao): Switch to dynamic loading strategy once supported 32 <!-- TODO(kevers|biao): Switch to dynamic loading strategy once supported
33 in Polymer (http://www.crbug.com/260278).--> 33 in Polymer (http://www.crbug.com/260278).-->
34 <link id="dvorak" rel="import" href="layouts/dvorak.html"> 34 <link id="dvorak" rel="import" href="layouts/dvorak.html">
35 <link id="numeric" rel="import" href="layouts/numeric.html">
35 <link id="qwerty" rel="import" href="layouts/qwerty.html"> 36 <link id="qwerty" rel="import" href="layouts/qwerty.html">
36 <!--TODO(stevet): Import 'Open Sans' font. --> 37 <!--TODO(stevet): Import 'Open Sans' font. -->
37 </head> 38 </head>
38 <body> 39 <body>
39 <kb-keyboard id="keyboard" touch-action="none" layout="qwerty"> 40 <kb-keyboard id="keyboard" touch-action="none" layout="qwerty">
40 </kb-keyboard> 41 </kb-keyboard>
41 </body> 42 </body>
42 </html> 43 </html>
OLDNEW
« no previous file with comments | « ui/keyboard/keyboard_util.cc ('k') | ui/keyboard/resources/layouts/numeric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698