aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-11-16 15:58:42 -0800
committerTadashi G. Takaoka <takaoka@google.com>2011-11-17 16:01:31 -0800
commit175acb8205fcc2a91de4059e8a12af49484af784 (patch)
treeda8e526fb1cfdcef3217fc373073fdf58c6208ec /java/res
parent620b1faf126d4b5f7cb5c353cebd374d1347fdd4 (diff)
downloadlatinime-175acb8205fcc2a91de4059e8a12af49484af784.tar.gz
latinime-175acb8205fcc2a91de4059e8a12af49484af784.tar.xz
latinime-175acb8205fcc2a91de4059e8a12af49484af784.zip
Ignore microphone and settings key while typing
Bug: 5560766 Change-Id: I38b21d49b7e803bf94805ba8e13849b3c734e010
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/config.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml
index e2422d231..3f676ab25 100644
--- a/java/res/values/config.xml
+++ b/java/res/values/config.xml
@@ -63,6 +63,7 @@
<integer name="config_long_press_space_key_timeout">@integer/config_long_press_key_timeout</integer>
<integer name="config_touch_noise_threshold_millis">40</integer>
<integer name="config_double_spaces_turn_into_period_timeout">1100</integer>
+ <integer name="config_ignore_special_key_timeout">700</integer>
<dimen name="config_touch_noise_threshold_distance">2.0mm</dimen>
<!-- This configuration is the index of the array {@link KeyboardSwitcher.KEYBOARD_THEMES}. -->
<string name="config_default_keyboard_theme_id" translatable="false">5</string>