Settings key always exists in more keys of shortcut/f1 key
This change also
* Fix comman/f1 key for Arabic keyboard.
* Removes "show settings key option" and related stuff.
* Renames and simplifies F2 key to shortcut key on 7 inch tablet.
Change-Id: Ib1cf99ad00d9780a2f0d170260e756771e161521
diff --git a/java/res/xml/key_f1.xml b/java/res/xml/key_f1.xml
index 83b6ecc..6068d25 100644
--- a/java/res/xml/key_f1.xml
+++ b/java/res/xml/key_f1.xml
@@ -23,7 +23,6 @@
>
<switch>
<case
- latin:hasSettingsKey="false"
latin:navigateAction="false"
>
<switch>
@@ -51,11 +50,14 @@
<default>
<Key
latin:keyLabel="@string/keylabel_for_comma"
+ latin:keyLabelFlags="hasPopupHint"
+ latin:additionalMoreKeys="@string/more_keys_for_comma"
latin:keyStyle="f1PopupStyle" />
</default>
</switch>
</case>
- <!-- hasSettingsKey="true" or navigateAction="true" -->
+ <!-- TODO: Remove dedicated navigation tab key. -->
+ <!-- navigateAction="true" -->
<default>
<switch>
<case
@@ -85,9 +87,10 @@
<default>
<Key
latin:keyLabel="@string/keylabel_for_comma"
- latin:keyWidth="9.2%p"
- latin:keyStyle="f1PopupStyle" />
- </default>
+ latin:additionalMoreKeys="@string/more_keys_for_comma"
+ latin:keyStyle="f1PopupStyle"
+ latin:keyWidth="9.2%p" />
+ </default>
</switch>
</default>
</switch>