Rename text resources consistently
- keylabel_<key>, the key label text of the <key>
- keyspec_<key>, the key specification of the <key>
- keyhintlabel_<key>, the hint label text of the <key>
- morekeys_<key>, the more keys specifications of the <key>
- additional_morekeys_<key>, the additional more keys specification of
the <key>
Change-Id: Ib2127f21fa33a2568e8a6eba65cfdb2cf78b480e
diff --git a/java/res/xml/key_f1.xml b/java/res/xml/key_f1.xml
index 0a89fe3..c96ddca 100644
--- a/java/res/xml/key_f1.xml
+++ b/java/res/xml/key_f1.xml
@@ -40,7 +40,7 @@
latin:supportsSwitchingToShortcutIme="false"
>
<Key
- latin:keySpec="!text/keylabel_for_comma"
+ latin:keySpec="!text/keyspec_comma"
latin:keyLabelFlags="hasPopupHint"
latin:keyStyle="f1MoreKeysStyle" />
</case>
@@ -54,9 +54,9 @@
<!-- latin:hasShortcutKey="false" -->
<default>
<Key
- latin:keySpec="!text/keylabel_for_comma"
+ latin:keySpec="!text/keyspec_comma"
latin:keyLabelFlags="hasPopupHint"
- latin:additionalMoreKeys="!text/shortcut_as_more_key"
+ latin:additionalMoreKeys="!text/keyspec_shortcut"
latin:keyStyle="f1MoreKeysStyle" />
</default>
</switch>