Merge "Add "apostrophe" key to symbol keyboard of url mode"

main
Tadashi G. Takaoka 2011-03-01 13:58:24 -08:00 committed by Android (Google) Code Review
commit 8ba2ceea68
1 changed files with 18 additions and 2 deletions

View File

@ -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>