diff options
author | 2014-10-27 11:59:57 +0900 | |
---|---|---|
committer | 2014-10-27 16:26:22 +0900 | |
commit | f7e01e866ffa89b4dd7e66c471ed9fc275a637a2 (patch) | |
tree | 94a28eeb180206044d517533053835646414cb56 /java/res/values | |
parent | 53b010384e7e883b532d3f65a5e90a0889d315e0 (diff) | |
download | latinime-f7e01e866ffa89b4dd7e66c471ed9fc275a637a2.tar.gz latinime-f7e01e866ffa89b4dd7e66c471ed9fc275a637a2.tar.xz latinime-f7e01e866ffa89b4dd7e66c471ed9fc275a637a2.zip |
Remove device checking of Emoji physical key
This CL also adds a settings option to enable/disable an Emoji-ALT
physical key.
Bug: 18122464
Change-Id: Iee1d97efec979a902b0492071d5e511ca1792ff0
Diffstat (limited to 'java/res/values')
-rw-r--r-- | java/res/values/donottranslate-debug-settings.xml | 1 | ||||
-rw-r--r-- | java/res/values/strings.xml | 6 |
2 files changed, 6 insertions, 1 deletions
diff --git a/java/res/values/donottranslate-debug-settings.xml b/java/res/values/donottranslate-debug-settings.xml index cc8c1a01d..c612010f6 100644 --- a/java/res/values/donottranslate-debug-settings.xml +++ b/java/res/values/donottranslate-debug-settings.xml @@ -22,7 +22,6 @@ <string name="english_ime_debug_settings">Android Keyboard Debug settings</string> <string name="prefs_debug_mode">Debug Mode</string> <string name="prefs_force_non_distinct_multitouch">Force non-distinct multitouch</string> - <string name="prefs_force_physical_keyboard_special_key">Force physical keyboard special key</string> <string name="prefs_should_show_lxx_suggestion_ui">Show LXX suggestion UI</string> <!-- Option to enable sliding key input indicator. The user can see a rubber band-like effect during sliding key input. [CHAR LIMIT=30]--> <string name="sliding_key_input_preview">Show slide indicator</string> diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 54bfc51d3..583c3b123 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -363,6 +363,12 @@ mobile devices. [CHAR LIMIT=25] --> <string name="prefs_keypress_sound_volume_settings">Keypress sound volume</string> <!-- Title of the settings for key long press delay [CHAR LIMIT=35] --> <string name="prefs_key_longpress_timeout_settings">Key long press delay</string> + <!-- TODO: Let's finalize title of the settings and remove translatable="false" --> + <!-- Title of the settings for enabling Emoji palette triggered by the Alt key on physical keyboards [CHAR LIMIT=35] --> + <string name="prefs_enable_emoji_alt_physical_key" translatable="false">Emoji for physical keyboard</string> + <!-- TODO: Let's finalize title of the settings and remove translatable="false" --> + <!-- Description of the settings for enabling Emoji palette triggered by the Alt key on physical keyboards [CHAR LIMIT=64] --> + <string name="prefs_enable_emoji_alt_physical_key_summary" translatable="false">Physical Alt key shows the emoji palette</string> <!-- Title of the button to revert to the default value of the device in the settings dialog [CHAR LIMIT=15] --> <string name="button_default">Default</string> |