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

Commit 494926fc authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Remove "settings key" popup from "comma key"

Bug: 4196879
Change-Id: I119528c03526b47a1398d9efc2aa307eb0c07ffe
parent bdfb751d
Loading
Loading
Loading
Loading
+18 −5
Original line number Diff line number Diff line
@@ -50,6 +50,17 @@
                </case>
                <case
                    latin:hasVoiceKey="false"
                >
                    <switch>
                        <case
                            latin:hasSettingsKey="true"
                        >
                            <Key
                                latin:keyLabel=","
                                latin:isModifier="true" />
                        </case>
                        <case
                            latin:hasSettingsKey="false"
                        >
                            <Key
                                latin:keyLabel=","
@@ -58,6 +69,8 @@
                                latin:isModifier="true" />
                        </case>
                    </switch>
                </case>
            </switch>
        </default>
    </switch>
</merge>