Merge "Add "apostrophe" key to symbol keyboard of url mode"
commit
8ba2ceea68
|
@ -126,8 +126,24 @@
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="="
|
latin:keyLabel="="
|
||||||
latin:popupCharacters="≠,≈" />
|
latin:popupCharacters="≠,≈" />
|
||||||
|
<switch>
|
||||||
|
<case
|
||||||
|
latin:languageCode="ru"
|
||||||
|
>
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel=":" />
|
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…
Reference in New Issue