Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ba2ceea authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

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

parents ed895634 dd0ac4a5
Loading
Loading
Loading
Loading
+18 −2
Original line number Diff line number Diff line
@@ -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>