Home | History | Annotate | Download | only in xml
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 **
      5 ** Copyright 2013, The Android Open Source Project
      6 **
      7 ** Licensed under the Apache License, Version 2.0 (the "License");
      8 ** you may not use this file except in compliance with the License.
      9 ** You may obtain a copy of the License at
     10 **
     11 **     http://www.apache.org/licenses/LICENSE-2.0
     12 **
     13 ** Unless required by applicable law or agreed to in writing, software
     14 ** distributed under the License is distributed on an "AS IS" BASIS,
     15 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     16 ** See the License for the specific language governing permissions and
     17 ** limitations under the License.
     18 */
     19 -->
     20 
     21 <merge
     22     xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
     23 >
     24     <!-- U+2105: "" CARE OF
     25          U+2122: "" TRADE MARK SIGN
     26          U+00AE: "" REGISTERED SIGN
     27          U+00A9: "" COPYRIGHT SIGN
     28          U+00A7: "" SECTION SIGN
     29          U+00B6: "" PILCROW SIGN
     30          U+002C: "," COMMA
     31          U+2022: "" BULLET -->
     32     <!-- U+00B0: "" DEGREE SIGN
     33          U+2032: "" PRIME
     34          U+2033: "" DOUBLE PRIME
     35          U+2191: "" UPWARDS ARROW
     36          U+2193: "" DOWNWARDS ARROW
     37          U+2190: "" LEFTWARDS ARROW
     38          U+2192: "" RIGHTWARDS ARROW
     39          U+2026: "" HORIZONTAL ELLIPSIS -->
     40     <!-- U+0394: "" GREEK CAPITAL LETTER DELTA
     41          U+03A0: "" GREEK CAPITAL LETTER PI
     42          U+03C0: "" GREEK SMALL LETTER PI -->
     43     <Key
     44         latin:keyLabel="."
     45         latin:keyLabelFlags="hasPopupHint"
     46         latin:moreKeys="!fixedColumnOrder!8,&#x2105;,&#x2122;,&#x00AE;,&#x00A9;,&#x00A7;,&#x00B6;,\\,,&#x2022;,&#x00B0;,&#x2032;,&#x2033;,&#x2191;,&#x2193;,&#x2190;,&#x2192;,&#x2026;,!text/more_keys_for_bullet,&#x0394;,&#x03A0;,&#x03C0;" />
     47 </merge>
     48