nmngnk

· @nmngnk

4th Mar 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="e"/>
<Key aiu:keyLabel="r"/>
<Key aiu:keyLabel="f" aiu:flick4="5"/>
<Key aiu:keyLabel="j" aiu:flick1="ĵ" />
<Key aiu:keyLabel="u" aiu:flick1="ŭ" />
<Key aiu:keyLabel="i"/>
<Key aiu:keyLabel="o"/>
<Key aiu:keyLabel="-" aiu:flick1="@" aiu:flick2="=" aiu:flick4="0"/>
</Row>

<Row>
<Key aiu:keyLabel="a"/>
<Key aiu:keyLabel="s" aiu:flick1="ŝ" />
<Key aiu:keyLabel="d"/>
<Key aiu:keyLabel="t"/>
<Key aiu:keyLabel="g"aiu:flick1="ĝ" />
<Key aiu:keyLabel="h" aiu:flick1="ĥ" />
<Key aiu:keyLabel="k"/>
<Key aiu:keyLabel="n"/>
<Key aiu:keyLabel="l"/>
<Key aiu:keyLabel="p" aiu:flick1='"'/>
</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" aiu:flick1="ĉ" />
<Key aiu:keyLabel="v"/>
<Key aiu:keyLabel="b"/>
<Key aiu:keyLabel="y"/>
<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" aiu:flick3="[right]:"
/>

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

<Key aiu:keyLabel="." aiu:flick2="?"/>
<Key aiu:keyLabel="ct" aiu:codes="-7" aiu:flick1="(" aiu:flick2="%" aiu:flick3=")" />
<Key aiu:codes="-101" aiu:keyIcon="key_qwerty_enter_jp"
aiu:keyWidth="12.5%p"/>
</Row>
</Keyboard>

大文字

<?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="E"/>
<Key aiu:keyLabel="R"/>
<Key aiu:keyLabel="F" aiu:flick4="5"/>
<Key aiu:keyLabel="J" aiu:flick1="Ĵ" />
<Key aiu:keyLabel="U" aiu:flick1="Ŭ" />
<Key aiu:keyLabel="I"/>
<Key aiu:keyLabel="O"/>
<Key aiu:keyLabel="=" aiu:flick1="/" aiu:flick2="#" aiu:flick4="0"/>
</Row>

<Row>
<Key aiu:keyLabel="A"/>
<Key aiu:keyLabel="S" aiu:flick1="Ŝ" />
<Key aiu:keyLabel="D"/>
<Key aiu:keyLabel="T"/>
<Key aiu:keyLabel="G"aiu:flick1="Ĝ" />
<Key aiu:keyLabel="H" aiu:flick1="Ĥ" />
<Key aiu:keyLabel="K"/>
<Key aiu:keyLabel="N"/>
<Key aiu:keyLabel="L"/>
<Key aiu:keyLabel="P" aiu:flick1="'"/>
</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" aiu:flick1="Ĉ" />
<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" aiu:flick3="[right]:"
/>

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

<Key aiu:keyLabel="?" aiu:flick2=";"/>
<Key aiu:keyLabel="ct" aiu:codes="-7" aiu:flick1="(" aiu:flick2="%" aiu:flick3=")" />
<Key aiu:codes="-101" aiu:keyIcon="key_qwerty_enter_jp"
aiu:keyWidth="12.5%p"/>
</Row>
</Keyboard>

Reply · Report Post