blob: 73db2d37694adac3a6233b57dd42ffa4ca6b9435 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
<?xml version="1.0" encoding="utf-8"?>
<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ask="http://schemas.android.com/apk/res-auto"
android:keyHeight="@integer/key_normal_height"
android:keyWidth="15%p">
<Row android:rowEdgeFlags="top">
<Key
android:keyEdgeFlags="left"
android:keyLabel=":-("
android:keyOutputText=":-(\u0020"/>
<Key
android:keyLabel=":_("
android:keyOutputText=":_(\u0020"/>
<Key
android:keyLabel=";-)"
android:keyOutputText=";-)\u0020"/>
<Key
android:keyLabel=":-D"
android:keyOutputText=":-D\u0020"/>
<Key
android:keyLabel=":-O"
android:keyOutputText=":-O\u0020"/>
<Key
android:keyEdgeFlags="right"
android:keyLabel="}-]"
android:keyOutputText="}-]\u0020"/>
</Row>
<Row>
<Key
android:keyEdgeFlags="left"
android:keyLabel="♥"
android:keyOutputText="♥"/>
<Key
android:keyLabel=":-*"
android:keyOutputText=":-*\u0020"/>
<Key
android:keyLabel="★"
android:keyOutputText="★"/>
<Key
android:keyLabel="♬"
android:keyOutputText="♬"/>
<Key
android:keyLabel="ヅ"
android:keyOutputText="ヅ"/>
<Key
android:keyEdgeFlags="right"
android:keyLabel=":-/"
android:keyOutputText=":-/\u0020"/>
</Row>
<Row android:rowEdgeFlags="bottom">
<Key
android:keyEdgeFlags="left"
android:keyLabel="\\m/"
android:keyOutputText="\\m/\u0020"/>
<Key
android:keyLabel="O_Q"
android:keyOutputText="O_Q\u0020"
ask:shiftedKeyLabel="O_Q"/>
<Key
android:keyLabel="o_O"
android:keyOutputText="o_O\u0020"
ask:shiftedKeyLabel="o_O"/>
<Key
android:keyLabel="(^_^)"
android:keyOutputText="(^_^)\u0020"/>
<Key
android:keyLabel="(ToT)"
android:keyOutputText="(ToT)\u0020"/>
<Key
android:keyEdgeFlags="right"
android:keyLabel="rose"
android:keyOutputText="\@}-;-'--\u0020"
ask:shiftedKeyLabel="rose"/>
</Row>
</Keyboard>
|