diff options
author | 2011-03-01 23:59:14 -0800 | |
---|---|---|
committer | 2011-03-01 23:59:14 -0800 | |
commit | 8bf93c4ba550faaf790475e49d83833c8c4f31b3 (patch) | |
tree | 344afd03dc30a27411a03c3e1a9b853b2a73a262 /java/res | |
parent | 7e99a28dfcc14f5b19220442db972ca8d786b4fe (diff) | |
parent | fc20f2198d6703d65eab22f40f9b8aa2c8e3a0ea (diff) | |
download | latinime-8bf93c4ba550faaf790475e49d83833c8c4f31b3.tar.gz latinime-8bf93c4ba550faaf790475e49d83833c8c4f31b3.tar.xz latinime-8bf93c4ba550faaf790475e49d83833c8c4f31b3.zip |
Merge "Introduce timeout for "." shortcut"
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml index bf42589ea..bdb4409f0 100644 --- a/java/res/values/config.xml +++ b/java/res/values/config.xml @@ -60,6 +60,7 @@ <integer name="config_long_press_key_timeout">400</integer> <integer name="config_long_press_shift_key_timeout">1200</integer> <integer name="config_touch_noise_threshold_millis">40</integer> + <integer name="config_double_spaces_turn_into_period_timeout">1100</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">4</string> |