aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml/kbd_symbols.xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2010-09-21 13:00:13 +0900
committerTadashi G. Takaoka <takaoka@google.com>2010-09-21 13:00:13 +0900
commitaaa163b2b7fa9be6c43ace5ce8ccd2e70f3893fd (patch)
tree95c694f223fc7be16c6b5963467cead79a6d78c3 /java/res/xml/kbd_symbols.xml
parent7763b36d6d95d78df49c5144291972d95ff7b4f6 (diff)
downloadlatinime-aaa163b2b7fa9be6c43ace5ce8ccd2e70f3893fd.tar.gz
latinime-aaa163b2b7fa9be6c43ace5ce8ccd2e70f3893fd.tar.xz
latinime-aaa163b2b7fa9be6c43ace5ce8ccd2e70f3893fd.zip
Space key will no longer auto-repeat
Bug: 3014225 Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1
Diffstat (limited to 'java/res/xml/kbd_symbols.xml')
-rw-r--r--java/res/xml/kbd_symbols.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/java/res/xml/kbd_symbols.xml b/java/res/xml/kbd_symbols.xml
index ba5a30c93..cb8b3b38f 100644
--- a/java/res/xml/kbd_symbols.xml
+++ b/java/res/xml/kbd_symbols.xml
@@ -160,8 +160,7 @@
android:keyIcon="@drawable/sym_keyboard_space"
android:iconPreview="@drawable/sym_keyboard_feedback_space"
android:keyWidth="40%p"
- android:isModifier="true"
- android:isRepeatable="true" />
+ android:isModifier="true" />
<Key
android:keyLabel="."
android:popupKeyboard="@xml/popup_punctuation"
@@ -197,8 +196,7 @@
android:keyIcon="@drawable/sym_keyboard_space"
android:iconPreview="@drawable/sym_keyboard_feedback_space"
android:keyWidth="30%p"
- android:isModifier="true"
- android:isRepeatable="true" />
+ android:isModifier="true" />
<Key
android:keyLabel="."
android:popupKeyboard="@xml/popup_punctuation"