| 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="" 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="	" 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=";'" hintTexts=':"'>
|
| - </kb-key-sequence>
|
| - <kb-key class="dark" char="
" 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=""
|
| - image="backspace.png" repeat sound="keypress-delete" stretch
|
| - align="right"></kb-key>
|
| - </kb-row>
|
| - <kb-row align="left">
|
| - <kb-key class="dark tab" char="	" 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=";'" hintTexts=':"'></kb-key-sequence>
|
| - <kb-key class="dark" char="
" 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>
|
|
|