diff options
author | 2012-03-29 00:18:28 -0700 | |
---|---|---|
committer | 2012-03-29 00:18:28 -0700 | |
commit | 499c5e8ad8cc8657195449487f7f18e91afbe92b (patch) | |
tree | 4dd89b68a62d46679160f37cfaa137c80ea4a534 /java/res/xml-th | |
parent | aaa9e8626a336125dbb15765a01eb078ce1ca8f6 (diff) | |
parent | 8dcad2ed4776b849ddacb623a94b4301afcf055a (diff) | |
download | latinime-499c5e8ad8cc8657195449487f7f18e91afbe92b.tar.gz latinime-499c5e8ad8cc8657195449487f7f18e91afbe92b.tar.xz latinime-499c5e8ad8cc8657195449487f7f18e91afbe92b.zip |
Merge "Don't send touch coordinates if proximity characters correction is disabled"
Diffstat (limited to 'java/res/xml-th')
-rw-r--r-- | java/res/xml-th/keyboard_set.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/java/res/xml-th/keyboard_set.xml b/java/res/xml-th/keyboard_set.xml index 99d75fe80..7362d8724 100644 --- a/java/res/xml-th/keyboard_set.xml +++ b/java/res/xml-th/keyboard_set.xml @@ -23,6 +23,23 @@ latin:keyboardLocale="th"> <Element latin:elementName="alphabet" + latin:elementKeyboard="@xml/kbd_thai" + latin:enableProximityCharsCorrection="true" /> + <Element + latin:elementName="alphabetAutomaticShifted" + latin:elementKeyboard="@xml/kbd_thai" + latin:enableProximityCharsCorrection="true" /> + <!-- On these shifted alphabet layouts the proximity characters correction should be disabled + because the letters on these layouts aren't the ones in different case of the above + unshifted layouts. --> + <Element + latin:elementName="alphabetManualShifted" + latin:elementKeyboard="@xml/kbd_thai" /> + <Element + latin:elementName="alphabetShiftLocked" + latin:elementKeyboard="@xml/kbd_thai" /> + <Element + latin:elementName="alphabetShiftLockShifted" latin:elementKeyboard="@xml/kbd_thai" /> <Element latin:elementName="symbols" |