[Physical Keyboard] Add main page for Repeat keys

Page markup: https://screenshot.googleplex.com/5xCd2wVVyXajdCB.png

Test: atest SettingsRoboTests
Bug: 345399212
Flag: com.android.input.flags.keyboard_repeat_keys
Change-Id: Ie60f4b6ea4de973644103c0aa0bcdfe9a1e758eb
This commit is contained in:
shaoweishen
2024-10-09 14:31:29 +00:00
committed by Shaowei Shen
parent 145bbb1638
commit cbe75928d9
10 changed files with 546 additions and 12 deletions

View File

@@ -4705,9 +4705,13 @@
<!-- Summary for the button to trigger the 'Physical keyboard accessibility' page. [CHAR LIMIT=NONE] -->
<string name="keyboard_a11y_settings_summary">Sticky keys, Bounce keys, Mouse keys</string>
<!-- Title for the keyboard repeat key option. [CHAR LIMIT=60] -->
<string name="keyboard_repeat_key_title">Repeat Keys</string>
<string name="keyboard_repeat_keys_title">Repeat Keys</string>
<!-- Title for the keyboard repeat key timeout option. [CHAR LIMIT=60] -->
<string name="keyboard_repeat_keys_timeout_title">Delay before repeat</string>
<!-- Title for the keyboard repeat key delay option. [CHAR LIMIT=60] -->
<string name="keyboard_repeat_keys_delay_title">Repeat Rate</string>
<!-- Summary for the keyboard repeat key option. [CHAR LIMIT=NONE] -->
<string name="keyboard_repeat_key_summary">Hold down a key to repeat its character until the key is released</string>
<string name="keyboard_repeat_keys_summary">Hold down a key to repeat its character until the key is released</string>
<!-- Title text for per IME subtype keyboard layout. [CHAR LIMIT=35] -->
<string name="ime_label_title"><xliff:g id="ime_label" example="Gboard">%s</xliff:g> layout</string>