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

Unified Diff: ui/keyboard/resources/layouts/system-qwerty.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/keyboard/resources/layouts/symbol-altkeys.js ('k') | ui/keyboard/resources/main.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/layouts/system-qwerty.html
diff --git a/ui/keyboard/resources/layouts/system-qwerty.html b/ui/keyboard/resources/layouts/system-qwerty.html
deleted file mode 100644
index ae301c7e9569ddac2d92748ae7b7126972bd0eef..0000000000000000000000000000000000000000
--- a/ui/keyboard/resources/layouts/system-qwerty.html
+++ /dev/null
@@ -1,111 +0,0 @@
-<!--
- -- Copyright 2013 The Chromium Authors. All rights reserved.
- -- Use of this source code is governed by a BSD-style license that can be
- -- found in the LICENSE file.
- -->
-
-<kb-keyset id="system-qwerty-upper" align="center">
- <kb-row>
- <kb-key-sequence invert=true keys="`1234567890-="
- hintTexts="~!@#$%^&*()_+"> </kb-key-sequence>
- <kb-key class="dark" char="&#x0008;" repeat align="right"
- image="backspace.png" sound="keypress-delete" stretch weight="190">
- </kb-key>
- </kb-row>
- <kb-row align="left">
- <kb-key class="dark tab" char="&#x0009;" align="center"
- image="tab.png" weight="155"></kb-key>
- <kb-key-sequence keys="QWERTYUIOP"></kb-key-sequence>
- <kb-key-sequence invert=true keys="[]\"
- hintTexts="{}|"></kb-key-sequence>
- </kb-row>
- <kb-row>
- <kb-key class="search dark" char="Search" image='search.png'
- weight="210"> </kb-key>
- <kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence>
- <kb-key-sequence invert=true keys=";&apos;" hintTexts=':"'>
- </kb-key-sequence>
- <kb-key class="dark" char="&#x000A;" align="right"
- image="return.png" sound="keypress-return" stretch weight="170"></kb-key>
- </kb-row>
- <kb-row>
- <kb-shift-key weight="265" align="left"></kb-shift-key>
- <kb-key-sequence keys="ZXCVBNM"></kb-key-sequence>
- <kb-key-sequence invert=true keys=",./" hintTexts="<>?">
- </kb-key-sequence>
- <kb-shift-key stretch weight="135" align="right"></kb-shift-key>
- </kb-row>
- <kb-row>
- <kb-modifier-key class="dark" stretch weight="150" char="Ctrl"
- align="left">ctrl</kb-modifier-key>
- <kb-modifier-key class="dark" stretch weight="150" char="Alt"
- align="left">alt</kb-modifier-key>
- <kb-key char=" " class="space" sound="keypress-spacebar" weight="760">
- English (US)
- </kb-key>
- <kb-key class="cursor dark" repeat char="Arrow-Left" image="left"
- weight="75"> </kb-key>
- <kb-key class="cursor dark" repeat char="Arrow-Up" image="up"
- weight="75"></kb-key>
- <kb-key class="cursor dark" repeat char="Arrow-Down" image="down"
- weight="75"> </kb-key>
- <kb-key class="cursor dark" repeat char="Arrow-Right" image="right"
- weight="75"></kb-key>
- <kb-hide-keyboard-key image="hide-keyboard.png" stretch>
- </kb-hide-keyboard-key>
- </kb-row>
- <kb-altkey-container hidden>
- </kb-altkey-container>
-</kb-keyset>
-
-<kb-keyset id="system-qwerty-lower" align="center" isDefault=true>
- <kb-row>
- <kb-key-sequence keys="`1234567890-=" hintTexts="~!@#$%^&*()_+">
- </kb-key-sequence>
- <kb-key class="dark" weight="190" char="&#x0008;"
- image="backspace.png" repeat sound="keypress-delete" stretch
- align="right"></kb-key>
- </kb-row>
- <kb-row align="left">
- <kb-key class="dark tab" char="&#x0009;" align="center"
- image="tab.png" weight="155"></kb-key>
- <kb-key-sequence keys="qwertyuiop"></kb-key-sequence>
- <kb-key-sequence keys="[]\" hintTexts="{}|"></kb-key-sequence>
- </kb-row>
- <kb-row>
- <kb-key class="search dark" char="Search" image='search.png'
- weight="210"></kb-key>
- <kb-key-sequence keys="asdfghjkl"></kb-key-sequence>
- <kb-key-sequence keys=";&apos;" hintTexts=':"'></kb-key-sequence>
- <kb-key class="dark" char="&#x000A;" align="right"
- image="return.png" sound="keypress-return" stretch weight="170">
- </kb-key>
- </kb-row>
- <kb-row>
- <kb-shift-key weight="265" align="left"></kb-shift-key>
- <kb-key-sequence keys="zxcvbnm"></kb-key-sequence>
- <kb-key-sequence keys=",./" hintTexts="<>?"></kb-key-sequence>
- <kb-shift-key stretch weight="135" align="right"></kb-shift-key>
- </kb-row>
- <kb-row>
- <kb-modifier-key class="symbol dark" stretch weight="150" char="Ctrl"
- align="left">ctrl</kb-modifier-key>
- <kb-modifier-key class="symbol dark" stretch weight="150" char="Alt"
- align="left">alt</kb-modifier-key>
- <kb-key char=" " sound="keypress-spacebar" class="space" weight="760">
- English (US)
- </kb-key>
- <kb-key class="cursor dark" repeat char="Arrow-Left" image="left"
- weight="75"> </kb-key>
- <kb-key class="cursor dark" repeat char="Arrow-Up" image="up"
- weight="75"></kb-key>
- <kb-key class="cursor dark" repeat char="Arrow-Down" image="down"
- weight="75"> </kb-key>
- <kb-key class="cursor dark" repeat char="Arrow-Right" image="right"
- weight="75"></kb-key>
- <kb-hide-keyboard-key image="hide-keyboard.png" stretch>
- </kb-hide-keyboard-key>
- </kb-row>
- <kb-altkey-container hidden>
- </kb-altkey-container>
-</kb-keyset>
« no previous file with comments | « ui/keyboard/resources/layouts/symbol-altkeys.js ('k') | ui/keyboard/resources/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698