|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | + |
| 3 | +<Keyboard xmlns:android="http://schemas.android.com/apk/res/android" |
| 4 | + xmlns:ask="http://schemas.android.com/apk/res-auto" |
| 5 | + android:keyWidth="10%p" |
| 6 | + android:keyHeight="@integer/key_normal_height"> |
| 7 | + <Row> |
| 8 | + <Key android:codes="q" android:popupCharacters="1¹₁" ask:hintLabel="1" android:keyEdgeFlags="left"/> |
| 9 | + <Key android:codes="w" android:popupCharacters="2²₂ŵ" ask:hintLabel="2"/> |
| 10 | + <Key android:codes="e" android:popupCharacters="3³₃èéêëęē€" ask:hintLabel="3"/> |
| 11 | + <Key android:codes="r" android:popupCharacters="4⁴₄řŕ" ask:hintLabel="4"/> |
| 12 | + <Key android:codes="t" android:popupCharacters="5ť" ask:hintLabel="5"/> |
| 13 | + <Key android:codes="y" android:popupCharacters="6ýÿ" ask:hintLabel="6"/> |
| 14 | + <Key android:codes="u" android:popupCharacters="7ùúûüŭűūµ" ask:hintLabel="7"/> |
| 15 | + <Key android:codes="i" android:popupCharacters="8ìíîïłīι*" ask:hintLabel="8"/> |
| 16 | + <Key android:codes="o" android:popupCharacters="9òóôõöøőœō" ask:hintLabel="9"/> |
| 17 | + <Key android:codes="p" android:popupCharacters="0¶" ask:hintLabel="0" android:keyEdgeFlags="right"/> |
| 18 | + </Row> |
| 19 | + |
| 20 | + <Row> |
| 21 | + <Key android:codes="a" android:popupCharacters="\@àáâãäåæą" ask:hintLabel="\@" android:keyEdgeFlags="left"/> |
| 22 | + <Key android:codes="s" android:popupCharacters="$§ßśŝš" ask:hintLabel="$"/> |
| 23 | + <Key android:codes="d" android:popupCharacters="#%đď" ask:hintLabel="# %"/> |
| 24 | + <Key android:codes="f" android:popupCharacters="^\u0026" ask:hintLabel="^ \u0026"/> |
| 25 | + <Key android:codes="g" android:popupCharacters="`°ĝ" ask:hintLabel="` °"/> |
| 26 | + <Key android:codes="h" android:popupCharacters="_~ĥ" ask:hintLabel="_ ~"/> |
| 27 | + <Key android:codes="j" android:popupCharacters="\\|ĵ" ask:hintLabel="\\ |"/> |
| 28 | + <Key android:codes="k" android:popupCharacters="([{" ask:hintLabel="("/> |
| 29 | + <Key android:codes="l" android:popupCharacters="ľĺł£)]}" ask:hintLabel=")"/> |
| 30 | + <Key ask:isFunctional="true" android:codes="\u0027" android:popupCharacters="\u0022" |
| 31 | + android:keyEdgeFlags="right"/> |
| 32 | + </Row> |
| 33 | + |
| 34 | + <Row> |
| 35 | + <Key android:codes="-1" android:keyWidth="15%p" |
| 36 | + android:isModifier="true" android:isSticky="true" android:keyEdgeFlags="left"/> |
| 37 | + <Key android:codes="z" android:popupCharacters="/÷żžź" ask:hintLabel="/"/> |
| 38 | + <Key android:codes="x" android:popupCharacters="*·×" ask:hintLabel="*"/> |
| 39 | + <Key android:codes="c" android:popupCharacters="-—çćĉč" ask:hintLabel="−"/> |
| 40 | + <Key android:codes="v" android:popupCharacters="+±" ask:hintLabel="+"/> |
| 41 | + <Key android:codes="b" android:popupCharacters="\u003D"/> |
| 42 | + <Key android:codes="n" android:popupCharacters="<«ńňñ" ask:hintLabel="<"/> |
| 43 | + <Key android:codes="m" android:popupCharacters=">»µ" ask:hintLabel=">"/> |
| 44 | + <Key android:keyWidth="15%p" android:codes="-5" android:keyEdgeFlags="right" android:isRepeatable="true"/> |
| 45 | + </Row> |
| 46 | +</Keyboard> |
0 commit comments