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

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

Issue 23332022: Virtual Keyboard Shift Highlight fixed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed style issues. Now uses double quotes. 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/resources/layouts/qwerty.html ('k') | ui/keyboard/resources/main.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <template> 7 <template>
8 <kb-keyset id="qwerty-upper"> 8 <kb-keyset id="qwerty-upper" lockable="true">
9 <kb-row class="top"> 9 <kb-row class="top">
10 <kb-key>Q</kb-key><kb-key>W</kb-key><kb-key>E</kb-key><kb-key>R</kb-key> 10 <kb-key>Q</kb-key><kb-key>W</kb-key><kb-key>E</kb-key><kb-key>R</kb-key>
11 <kb-key>T</kb-key><kb-key>Y</kb-key><kb-key>U</kb-key> 11 <kb-key>T</kb-key><kb-key>Y</kb-key><kb-key>U</kb-key>
12 <kb-key>I</kb-key><kb-key>O</kb-key><kb-key>P</kb-key> 12 <kb-key>I</kb-key><kb-key>O</kb-key><kb-key>P</kb-key>
13 </kb-row> 13 </kb-row>
14 <kb-row> 14 <kb-row>
15 <div class="half-key-spacer"></div> 15 <div class="half-key-spacer"></div>
16 <kb-key>A</kb-key><kb-key>S</kb-key><kb-key>D</kb-key><kb-key>F</kb-key> 16 <kb-key>A</kb-key><kb-key>S</kb-key><kb-key>D</kb-key><kb-key>F</kb-key>
17 <kb-key>G</kb-key><kb-key>H</kb-key><kb-key>J</kb-key><kb-key>K</kb-key> 17 <kb-key>G</kb-key><kb-key>H</kb-key><kb-key>J</kb-key><kb-key>K</kb-key>
18 <kb-key>L</kb-key> 18 <kb-key>L</kb-key>
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 <kb-row> 113 <kb-row>
114 <kb-key class="symbol dark" toKeyset="up:lower" char="Invalid">abc</kb-key > 114 <kb-key class="symbol dark" toKeyset="up:lower" char="Invalid">abc</kb-key >
115 <kb-key class="microphone dark" char="Microphone"></kb-key> 115 <kb-key class="microphone dark" char="Microphone"></kb-key>
116 <kb-key class="dark">,</kb-key> 116 <kb-key class="dark">,</kb-key>
117 <kb-key class="space dark" char=" "></kb-key> 117 <kb-key class="space dark" char=" "></kb-key>
118 <kb-key class="dark">.</kb-key> 118 <kb-key class="dark">.</kb-key>
119 <kb-key class='return dark' char="&#x000A;">enter</kb-key> 119 <kb-key class='return dark' char="&#x000A;">enter</kb-key>
120 </kb-row> 120 </kb-row>
121 </kb-keyset> 121 </kb-keyset>
122 </template> 122 </template>
OLDNEW
« no previous file with comments | « ui/keyboard/resources/layouts/qwerty.html ('k') | ui/keyboard/resources/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698