diff options
author | 2014-02-06 11:34:12 +0900 | |
---|---|---|
committer | 2014-02-07 18:47:22 +0900 | |
commit | a83a1feb62c4b4ff1a7cf5b6f58ad115491de76f (patch) | |
tree | 916bc97d73c42e47b357c2a92e67ae2324c0b5d8 /tools/make-keyboard-text | |
parent | d6f147e14293d717e94ae30f1f33750adec6b9c5 (diff) | |
download | latinime-a83a1feb62c4b4ff1a7cf5b6f58ad115491de76f.tar.gz latinime-a83a1feb62c4b4ff1a7cf5b6f58ad115491de76f.tar.xz latinime-a83a1feb62c4b4ff1a7cf5b6f58ad115491de76f.zip |
Consolidate keyIcon and code with keyLabel attribute
Change-Id: I75fbd348fab5022606ca14552eb03b15af6684c8
Diffstat (limited to 'tools/make-keyboard-text')
-rw-r--r-- | tools/make-keyboard-text/res/values/donottranslate-more-keys.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml b/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml index ceb46dcd2..6b64652f2 100644 --- a/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml +++ b/tools/make-keyboard-text/res/values/donottranslate-more-keys.xml @@ -196,8 +196,8 @@ <string name="shortcut_as_more_key">!icon/shortcut_key|!code/key_shortcut</string> <string name="action_next_as_more_key">!hasLabels!,\@string/label_next_key|!code/key_action_next</string> <string name="action_previous_as_more_key">!hasLabels!,\@string/label_previous_key|!code/key_action_previous</string> - <!-- Label for "switch to more symbol" modifier key. Must be short to fit on key! --> - <string name="label_to_more_symbol_key">= \\ <</string> + <!-- Label for "switch to more symbol" modifier key ("= \ <"). Must be short to fit on key! --> + <string name="label_to_more_symbol_key">= \\\\ <</string> <!-- Label for "switch to more symbol" modifier key on tablets. Must be short to fit on key! --> <string name="label_to_more_symbol_for_tablet_key">~ [ <</string> <!-- Label for "Tab" key. Must be short to fit on key! --> |