aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-06-18 18:23:51 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2012-06-18 18:23:51 -0700
commit563b48a976b70e273293f151b666e88b3fa67727 (patch)
tree4261e2c75ab7fd3ffa2171a4140bc5dcb2bfef49
parentba6bc24e62358524494955373aa698f8d11cb9c0 (diff)
parent8ce23247aefdab60dc6b555a82a563018c766ea8 (diff)
downloadlatinime-563b48a976b70e273293f151b666e88b3fa67727.tar.gz
latinime-563b48a976b70e273293f151b666e88b3fa67727.tar.xz
latinime-563b48a976b70e273293f151b666e88b3fa67727.zip
am 8ce23247: am cc2f8c27: Merge "Shorten the key typing timeout parameter to 350ms" into jb-dev
* commit '8ce23247aefdab60dc6b555a82a563018c766ea8': Shorten the key typing timeout parameter to 350ms
-rw-r--r--java/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml
index e20061d7d..adf51ceeb 100644
--- a/java/res/values/config.xml
+++ b/java/res/values/config.xml
@@ -63,7 +63,7 @@
<integer name="config_long_press_key_timeout">400</integer>
<!-- Long pressing shift will invoke caps-lock if > 0, never invoke caps-lock if == 0 -->
<integer name="config_long_press_shift_key_timeout">1200</integer>
- <integer name="config_ignore_alt_code_key_timeout">700</integer>
+ <integer name="config_ignore_alt_code_key_timeout">350</integer>
<!-- Showing more keys keyboard, just above the touched point if true, aligned to the key if
false -->
<bool name="config_show_more_keys_keyboard_at_touched_point">false</bool>