| Index: ui/keyboard/resources/layouts/qwerty.html
|
| diff --git a/ui/keyboard/resources/layouts/qwerty.html b/ui/keyboard/resources/layouts/qwerty.html
|
| deleted file mode 100644
|
| index 3c357caab1f955e04632c974aca3be99ba31c382..0000000000000000000000000000000000000000
|
| --- a/ui/keyboard/resources/layouts/qwerty.html
|
| +++ /dev/null
|
| @@ -1,145 +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="qwerty-upper" flick=false pitch="10 20">
|
| - <kb-row class="hide-hint-text">
|
| - <kb-key-sequence keys="QWERTYUIOP" hintTexts="1234567890"></kb-key-sequence>
|
| - <kb-key class="dark" char="" image="backspace.png"
|
| - repeat sound="keypress-delete" stretch weight="110"></kb-key>
|
| - </kb-row>
|
| - <kb-row align="right">
|
| - <kb-key-sequence keys="ASDFGHJKL"></kb-key-sequence>
|
| - <kb-key class="dark" char="
" align="right"
|
| - image="return.png" sound="keypress-return" weight="175"></kb-key>
|
| - </kb-row>
|
| - <kb-row>
|
| - <kb-shift-key weight="105" align="left"></kb-shift-key>
|
| - <kb-key-sequence keys="ZXCVBNM!?"></kb-key-sequence>
|
| - <kb-shift-key weight="105" stretch align="right"></kb-shift-key>
|
| - </kb-row>
|
| - <kb-row>
|
| - <kb-key class="dark" toKeyset="down:symbol" char="Invalid"
|
| - align="center" weight="105">?123</kb-key>
|
| - <kb-key class="dark">_</kb-key>
|
| - <kb-key class="dark" stretch>/</kb-key>
|
| - <kb-key char=" " class="space" sound="keypress-spacebar" weight="540">
|
| - English (US)
|
| - </kb-key>
|
| - <kb-key class="dark">,</kb-key>
|
| - <kb-key class="dark">.</kb-key>
|
| - <kb-hide-keyboard-key image="hide-keyboard.png" stretch weight="105">
|
| - </kb-hide-keyboard-key>
|
| - </kb-row>
|
| - <kb-altkey-container hidden>
|
| - </kb-altkey-container>
|
| -</kb-keyset>
|
| -
|
| -<kb-keyset id="qwerty-lower" flick=false isDefault=true pitch="10 20">
|
| - <kb-row class="hide-hint-text">
|
| - <kb-key-sequence keys="qwertyuiop" hintTexts="1234567890"></kb-key-sequence>
|
| - <kb-key class="dark" char="" repeat stretch align="right"
|
| - image="backspace.png" sound="keypress-delete" weight="110"></kb-key>
|
| - </kb-row>
|
| - <kb-row align="right">
|
| - <kb-key-sequence keys="asdfghjkl"></kb-key-sequence>
|
| - <kb-key class="dark" char="
" align="right"
|
| - image="return.png" sound="keypress-return" weight="175"></kb-key>
|
| - </kb-row>
|
| - <kb-row>
|
| - <kb-shift-key weight="105" align="left"></kb-shift-key>
|
| - <kb-key-sequence keys="zxcvbnm!?"></kb-key-sequence>
|
| - <kb-shift-key stretch weight="105" align="right"></kb-shift-key>
|
| - </kb-row>
|
| - <kb-row>
|
| - <kb-key class="dark" toKeyset="down:symbol" char="Invalid"
|
| - align="center" weight="105">?123</kb-key>
|
| - <kb-key class="dark">-</kb-key>
|
| - <kb-key class="dark" stretch>/</kb-key>
|
| - <kb-key char=" " class="space" sound="keypress-spacebar" weight="540">
|
| - English (US)
|
| - </kb-key>
|
| - <kb-key class="dark">,</kb-key>
|
| - <kb-key class="dark">.</kb-key>
|
| - <kb-hide-keyboard-key image="hide-keyboard.png" stretch weight="105">
|
| - </kb-hide-keyboard-key>
|
| - </kb-row>
|
| - <kb-altkey-container hidden>
|
| - </kb-altkey-container>
|
| -</kb-keyset>
|
| -
|
| -<kb-keyset id="qwerty-symbol" pitch="10 20">
|
| - <kb-row>
|
| - <kb-key-sequence keys="1234567890"></kb-key-sequence>
|
| - <kb-key class="dark" char="" align="right" image="backspace.png"
|
| - repeat sound="keypress-delete" stretch weight="110"></kb-key>
|
| - </kb-row>
|
| - <kb-row align="right">
|
| - <kb-key-sequence keys="@#$%&-+()"></kb-key-sequence>
|
| - <kb-key class="dark" char="
" align="right"
|
| - image="return.png" sound="keypress-return" weight="175"></kb-key>
|
| - </kb-row>
|
| - <kb-row>
|
| - <kb-key class="dark" toKeyset="down:more" char="Invalid" align="center"
|
| - weight="105">~[<</kb-key>
|
| - <kb-key-sequence keys="\=*"':;!?"></kb-key-sequence>
|
| - <kb-key class="dark" toKeyset="down:more" char="Invalid" align="center"
|
| - stretch weight="105">~[<</kb-key>
|
| - </kb-row>
|
| - <kb-row>
|
| - <kb-abc-key align="center" weight="105">ABC</kb-abc-key>
|
| - <kb-key class="dark">_</kb-key>
|
| - <kb-key class="dark" stretch>/</kb-key>
|
| - <kb-key char=" " class="space" sound="keypress-spacebar" weight="540">
|
| - English (US)
|
| - </kb-key>
|
| - <kb-key class="dark">,</kb-key>
|
| - <kb-key class="dark">.</kb-key>
|
| - <kb-hide-keyboard-key image="hide-keyboard.png" stretch weight="105">
|
| - </kb-hide-keyboard-key>
|
| - </kb-row>
|
| - <kb-altkey-container hidden>
|
| - </kb-altkey-container>
|
| -</kb-keyset>
|
| -
|
| -<kb-keyset id="qwerty-more" pitch="10 20">
|
| - <kb-row>
|
| - <kb-key-sequence
|
| - keys="~`|•√Π÷×¶Δ">
|
| - </kb-key-sequence>
|
| - <kb-key class="dark" align="right" char="" image="backspace.png"
|
| - repeat sound="keypress-delete" stretch weight="110"></kb-key>
|
| - </kb-row>
|
| - <kb-row align="right">
|
| - <kb-key-sequence
|
| - keys="£¢€¥^°={}">
|
| - </kb-key-sequence>
|
| - <kb-key class="dark" char="
" align="right"
|
| - image="return.png" sound="keypress-return" weight="175"></kb-key>
|
| - </kb-row>
|
| - <kb-row>
|
| - <kb-key class="dark" toKeyset="down:symbol" char="Invalid"
|
| - align="center" weight="105">?123</kb-key>
|
| - <kb-key-sequence
|
| - keys="\©®™℅[]¡¿">
|
| - </kb-key-sequence>
|
| - <kb-key stretch class="dark" toKeyset="down:symbol" char="Invalid"
|
| - align="center" weight="105">?123</kb-key>
|
| - </kb-row>
|
| - <kb-row>
|
| - <kb-abc-key align="center" weight="105">ABC</kb-abc-key>
|
| - <kb-key class="dark"><</kb-key>
|
| - <kb-key class="dark" stretch>></kb-key>
|
| - <kb-key char=" " class="space" sound="keypress-spacebar" weight="540">
|
| - English (US)
|
| - </kb-key>
|
| - <kb-key class="dark">,</kb-key>
|
| - <kb-key class="dark">.</kb-key>
|
| - <kb-hide-keyboard-key image="hide-keyboard.png" stretch weight="105">
|
| - </kb-hide-keyboard-key>
|
| - </kb-row>
|
| -</kb-keyset>
|
| -
|
|
|