nmngnk

· @nmngnk

28th Feb 2020 from TwitLonger

英語配列


<?xml version="1.0" encoding="utf-8"?>
<Keyboard xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:aiu="http://schemas.android.com/apk/res/com.newmon.net.aiuopenwnn"
aiu:keyWidth="10%p"
>

<Row>
<Key aiu:keyLabel="q"/>
<Key aiu:keyLabel="w"/>
<Key aiu:keyLabel="d"/>
<Key aiu:keyLabel="r"/>
<Key aiu:keyLabel="t"/>
<Key aiu:keyLabel="y"/>
<Key aiu:keyLabel="u"/>
<Key aiu:keyLabel="i"/>
<Key aiu:keyLabel="o"/>
<Key aiu:keyLabel="@"/>
</Row>

<Row>
<Key aiu:keyLabel="a"/>
<Key aiu:keyLabel="s"/>
<Key aiu:keyLabel="e"/>
<Key aiu:keyLabel="f"/>
<Key aiu:keyLabel="g"/>
<Key aiu:keyLabel="h"/>
<Key aiu:keyLabel="n"/>
<Key aiu:keyLabel="k"/>
<Key aiu:keyLabel="l"/>
<Key aiu:keyLabel="p"/>
</Row>

<Row>
<Key aiu:codes="-1" aiu:keyIcon="key_qwerty_shift" aiu:keyWidth="15%p"
aiu:isModifier="true" aiu:isSticky="false"/>
<Key aiu:keyLabel="z"/>
<Key aiu:keyLabel="x"/>
<Key aiu:keyLabel="c"/>
<Key aiu:keyLabel="v"/>
<Key aiu:keyLabel="j"/>
<Key aiu:keyLabel="b"/>
<Key aiu:keyLabel="m"/>
<Key aiu:codes="-100" aiu:keyIcon="key_qwerty_del" aiu:keyWidth="15%p"
/>
</Row>

<Row>
<Key aiu:codes="-114" aiu:keyIcon="key_qwerty_mode_half_alpha" aiu:iconPreview="key_mode_change"
aiu:popupKeyboard="keyboard_switch_key"
aiu:keyWidth="16.5%p"/>
<Key aiu:codes="-106" aiu:keyLabel="記" />

<Key aiu:codes="-218" aiu:keyIcon="key_12key_left" aiu:keyWidth="12.5%p"
/>

<Key aiu:keyLabel=","/>
<Key aiu:codes="32" aiu:keyIcon="key_qwerty_space"
aiu:keyWidth="20%p"/>

<Key aiu:keyLabel="."/>
<Key aiu:keyLabel="ct" aiu:codes="-7" />
<Key aiu:codes="-101" aiu:keyIcon="key_qwerty_enter_jp"
aiu:keyWidth="12.5%p"/>
</Row>
</Keyboard>

Reply · Report Post