mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Move comma as default position of mini keyboard
Bug: 3000978 Change-Id: I0369b3dc6ae58b77e7af112e446ae8189f5bbfc9
This commit is contained in:
parent
1508c0e84f
commit
08cfebda8b
@ -36,11 +36,11 @@
|
||||
</Row>
|
||||
<Row android:rowEdgeFlags="bottom">
|
||||
<Key android:keyLabel=";" android:keyEdgeFlags="left" />
|
||||
<Key android:keyLabel="," />
|
||||
<Key android:keyLabel="\@" />
|
||||
<Key android:keyLabel="\'" />
|
||||
<Key android:keyLabel=""" />
|
||||
<Key android:keyLabel="\?" />
|
||||
<Key android:keyLabel="!" android:keyEdgeFlags="right" />
|
||||
<Key android:keyLabel="!" />
|
||||
<Key android:keyLabel="," android:keyEdgeFlags="right" />
|
||||
</Row>
|
||||
</Keyboard>
|
||||
|
Loading…
Reference in New Issue
Block a user