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

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

Issue 730573002: Remove dead code for system VK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
OLDNEW
(Empty)
1 <!--
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
4 -- found in the LICENSE file.
5 -->
6
7 <kb-keyset id="numeric-symbol" isDefault=true>
8 <kb-row>
9 <kb-key>1</kb-key><kb-key>2</kb-key><kb-key>3</kb-key>
10 <kb-key class="dark">-</kb-key>
11 </kb-row>
12 <kb-row>
13 <kb-key>4</kb-key><kb-key>5</kb-key><kb-key>6</kb-key>
14 <kb-key class="dark">,</kb-key>
15 </kb-row>
16 <kb-row>
17 <kb-key>7</kb-key><kb-key>8</kb-key><kb-key>9</kb-key>
18 <kb-key char="&#x0008;" repeat class="dark">backspace</kb-key>
19 </kb-row>
20 <kb-row>
21 <kb-key char=" " class="dark">space</kb-key>
22 <kb-key>0</kb-key>
23 <kb-key class="dark">.</kb-key>
24 <kb-key char="&#x0009;" class="dark">next</kb-key>
25 </kb-row>
26 </kb-keyset>
27
OLDNEW
« no previous file with comments | « ui/keyboard/resources/layouts/latin-accents.js ('k') | ui/keyboard/resources/layouts/qwerty.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698