Skip to content
Snippets Groups Projects
Commit dd0ac4a5 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Add "apostrophe" key to symbol keyboard of url mode

Bug: 3491087
Change-Id: I4fa339e66c958a54f2d28a2997861135ef94f7e6
parent 952cb7e9
No related branches found
No related tags found
No related merge requests found
...@@ -126,8 +126,24 @@ ...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment