Add "apostrophe" key to symbol keyboard of url mode

Bug: 3491087
Change-Id: I4fa339e66c958a54f2d28a2997861135ef94f7e6
main
Tadashi G. Takaoka 2011-03-01 11:58:41 -08:00
parent 952cb7e973
commit dd0ac4a58d
1 changed files with 18 additions and 2 deletions

View File

@ -126,8 +126,24 @@
<Key
latin:keyLabel="="
latin:popupCharacters="≠,≈" />
<switch>
<case
latin:languageCode="ru"
>
<Key
latin:keyLabel=":" />
</case>
<case
latin:mode="url"
>
<Key
latin:keyLabel="\'" />
</case>
<default>
<Key
latin:keyLabel=":" />
</default>
</switch>
<Key
latin:keyLabel=";" />
<switch>