Remove "settings key" popup from "comma key"

Bug: 4196879
Change-Id: I119528c03526b47a1398d9efc2aa307eb0c07ffe
main
Tadashi G. Takaoka 2011-04-07 17:49:49 +09:00
parent bdfb751d59
commit 494926fc2b
1 changed files with 18 additions and 5 deletions

View File

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