mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Add "apostrophe" key to symbol keyboard of url mode
Bug: 3491087 Change-Id: I4fa339e66c958a54f2d28a2997861135ef94f7e6
This commit is contained in:
parent
952cb7e973
commit
dd0ac4a58d
@ -126,8 +126,24 @@
|
|||||||
<Key
|
<Key
|
||||||
latin:keyLabel="="
|
latin:keyLabel="="
|
||||||
latin:popupCharacters="≠,≈" />
|
latin:popupCharacters="≠,≈" />
|
||||||
<Key
|
<switch>
|
||||||
latin:keyLabel=":" />
|
<case
|
||||||
|
latin:languageCode="ru"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel=":" />
|
||||||
|
</case>
|
||||||
|
<case
|
||||||
|
latin:mode="url"
|
||||||
|
>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel="\'" />
|
||||||
|
</case>
|
||||||
|
<default>
|
||||||
|
<Key
|
||||||
|
latin:keyLabel=":" />
|
||||||
|
</default>
|
||||||
|
</switch>
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel=";" />
|
latin:keyLabel=";" />
|
||||||
<switch>
|
<switch>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user