Space key will no longer auto-repeat

Bug: 3014225
Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1
diff --git a/java/res/xml/kbd_phone.xml b/java/res/xml/kbd_phone.xml
index dd42d76..9f381b9 100644
--- a/java/res/xml/kbd_phone.xml
+++ b/java/res/xml/kbd_phone.xml
@@ -91,8 +91,7 @@
         <Key
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_keyboard_space"
-            android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:isRepeatable="true" />
+            android:iconPreview="@drawable/sym_keyboard_feedback_space" />
         <Key
             android:codes="@integer/key_return"
             android:keyIcon="@drawable/sym_keyboard_return"
diff --git a/java/res/xml/kbd_phone_black.xml b/java/res/xml/kbd_phone_black.xml
index bc13cdf..7a956b7 100644
--- a/java/res/xml/kbd_phone_black.xml
+++ b/java/res/xml/kbd_phone_black.xml
@@ -91,8 +91,7 @@
         <Key
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
-            android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:isRepeatable="true" />
+            android:iconPreview="@drawable/sym_keyboard_feedback_space" />
         <Key
             android:codes="@integer/key_return"
             android:keyIcon="@drawable/sym_bkeyboard_return"
diff --git a/java/res/xml/kbd_phone_symbols.xml b/java/res/xml/kbd_phone_symbols.xml
index 7f67a98..598e211 100644
--- a/java/res/xml/kbd_phone_symbols.xml
+++ b/java/res/xml/kbd_phone_symbols.xml
@@ -88,8 +88,7 @@
         <Key
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_keyboard_space"
-            android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:isRepeatable="true" />
+            android:iconPreview="@drawable/sym_keyboard_feedback_space" />
         <Key
             android:codes="@integer/key_return"
             android:keyIcon="@drawable/sym_keyboard_return"
diff --git a/java/res/xml/kbd_phone_symbols_black.xml b/java/res/xml/kbd_phone_symbols_black.xml
index a0d2280..5bc6289 100644
--- a/java/res/xml/kbd_phone_symbols_black.xml
+++ b/java/res/xml/kbd_phone_symbols_black.xml
@@ -88,8 +88,7 @@
         <Key
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
-            android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:isRepeatable="true" />
+            android:iconPreview="@drawable/sym_keyboard_feedback_space" />
         <Key
             android:codes="@integer/key_return"
             android:keyIcon="@drawable/sym_bkeyboard_return"
diff --git a/java/res/xml/kbd_qwerty.xml b/java/res/xml/kbd_qwerty.xml
index 311d43a..ca9f99a 100644
--- a/java/res/xml/kbd_qwerty.xml
+++ b/java/res/xml/kbd_qwerty.xml
@@ -162,8 +162,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"
@@ -194,8 +193,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"
@@ -226,8 +224,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"
@@ -260,8 +257,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"
@@ -294,8 +290,7 @@
             android:keyIcon="@drawable/sym_keyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
             android:keyWidth="20%p"
-            android:isModifier="true"
-            android:isRepeatable="true" />
+            android:isModifier="true" />
         <Key
             android:codes="@integer/key_tab"
             android:keyIcon="@drawable/sym_keyboard_tab"
@@ -339,8 +334,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"
@@ -376,8 +370,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"
@@ -413,8 +406,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"
@@ -452,8 +444,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"
@@ -491,8 +482,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:codes="@integer/key_tab"
             android:keyIcon="@drawable/sym_keyboard_tab"
diff --git a/java/res/xml/kbd_qwerty_black.xml b/java/res/xml/kbd_qwerty_black.xml
index ea506b6..fa300a0 100644
--- a/java/res/xml/kbd_qwerty_black.xml
+++ b/java/res/xml/kbd_qwerty_black.xml
@@ -158,8 +158,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="40%p"
-            android:isRepeatable="true" />
+            android:keyWidth="40%p" />
         <Key
             android:keyLabel="."
             android:popupKeyboard="@xml/popup_punctuation" />
@@ -185,8 +184,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="40%p"
-            android:isRepeatable="true" />
+            android:keyWidth="40%p" />
         <Key
             android:keyLabel="."
             android:popupKeyboard="@xml/popup_punctuation" />
@@ -212,8 +210,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="40%p"
-            android:isRepeatable="true" />
+            android:keyWidth="40%p" />
         <Key
             android:keyLabel="."
             android:popupKeyboard="@xml/popup_punctuation" />
@@ -241,8 +238,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="40%p"
-            android:isRepeatable="true" />
+            android:keyWidth="40%p" />
         <Key
             android:keyLabel="."
             android:popupKeyboard="@xml/popup_punctuation" />
@@ -270,8 +266,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="20%p"
-            android:isRepeatable="true" />
+            android:keyWidth="20%p" />
         <Key
             android:codes="@integer/key_tab"
             android:keyIcon="@drawable/sym_bkeyboard_tab"
@@ -308,8 +303,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="30%p"
-            android:isRepeatable="true" />
+            android:keyWidth="30%p" />
         <Key
             android:keyLabel="."
             android:popupKeyboard="@xml/popup_punctuation" />
@@ -339,8 +333,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="30%p"
-            android:isRepeatable="true" />
+            android:keyWidth="30%p" />
         <Key
             android:keyLabel="."
             android:popupKeyboard="@xml/popup_punctuation" />
@@ -370,8 +363,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="30%p"
-            android:isRepeatable="true" />
+            android:keyWidth="30%p" />
         <Key
             android:keyLabel="."
             android:popupKeyboard="@xml/popup_punctuation" />
@@ -403,8 +395,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="30%p"
-            android:isRepeatable="true" />
+            android:keyWidth="30%p" />
         <Key
             android:keyLabel="."
             android:popupKeyboard="@xml/popup_punctuation" />
@@ -436,8 +427,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="30%p"
-            android:isRepeatable="true" />
+            android:keyWidth="30%p" />
         <Key
             android:codes="@integer/key_tab"
             android:keyIcon="@drawable/sym_bkeyboard_tab"
diff --git a/java/res/xml/kbd_symbols.xml b/java/res/xml/kbd_symbols.xml
index ba5a30c..cb8b3b3 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"
diff --git a/java/res/xml/kbd_symbols_black.xml b/java/res/xml/kbd_symbols_black.xml
index fbe86b4..bfb1646 100644
--- a/java/res/xml/kbd_symbols_black.xml
+++ b/java/res/xml/kbd_symbols_black.xml
@@ -156,8 +156,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="40%p"
-            android:isRepeatable="true" />
+            android:keyWidth="40%p" />
         <Key
             android:keyLabel="."
             android:popupKeyboard="@xml/popup_punctuation" />
@@ -187,8 +186,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="30%p"
-            android:isRepeatable="true" />
+            android:keyWidth="30%p" />
         <Key
             android:keyLabel="."
             android:popupKeyboard="@xml/popup_punctuation" />
diff --git a/java/res/xml/kbd_symbols_shift.xml b/java/res/xml/kbd_symbols_shift.xml
index 01c2bea..21cbb71 100644
--- a/java/res/xml/kbd_symbols_shift.xml
+++ b/java/res/xml/kbd_symbols_shift.xml
@@ -139,8 +139,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:isModifier="true" />
@@ -175,8 +174,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:isModifier="true" />
diff --git a/java/res/xml/kbd_symbols_shift_black.xml b/java/res/xml/kbd_symbols_shift_black.xml
index 73b59c9..d5d49ce 100644
--- a/java/res/xml/kbd_symbols_shift_black.xml
+++ b/java/res/xml/kbd_symbols_shift_black.xml
@@ -135,8 +135,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="40%p"
-            android:isRepeatable="true" />
+            android:keyWidth="40%p" />
         <Key
             android:keyLabel="…" />
         <Key
@@ -165,8 +164,7 @@
             android:codes="@integer/key_space"
             android:keyIcon="@drawable/sym_bkeyboard_space"
             android:iconPreview="@drawable/sym_keyboard_feedback_space"
-            android:keyWidth="30%p"
-            android:isRepeatable="true" />
+            android:keyWidth="30%p" />
         <Key
             android:keyLabel="…" />
         <Key