diff options
| author | Jules Aguillon | 2024-06-30 00:24:39 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2024-06-30 00:24:39 +0200 |
| commit | bdb080657d4e829210270b17d21df976eadf632b (patch) | |
| tree | a8aff6663b5e5932c39438a002b96ebe2916d3f2 /res/values-zh-rCN/strings.xml | |
| parent | bf33230c26911f7a2e267c1ce5db4fcc096e1602 (diff) | |
| download | unexpected-keyboard-bdb080657d4e829210270b17d21df976eadf632b.tar.gz unexpected-keyboard-bdb080657d4e829210270b17d21df976eadf632b.zip | |
Option to disable key repeat
Internally "key repeat" is reword into "long press" when the same
mechanism was used for both features.
The constraint that 'timeoutWhat' must be set to '-1' when no message is
expected has been lifted to simplify the code.
Diffstat (limited to 'res/values-zh-rCN/strings.xml')
| -rw-r--r-- | res/values-zh-rCN/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index c585829..89b6c28 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -40,6 +40,7 @@ <string name="pref_swipe_dist_summary">输入按键四角的符号需要滑动的距离 (%s)</string> <!-- <string name="pref_long_timeout_title">Long press timeout</string> --> <string name="pref_long_interval_title">长按后每次重复输入的时间间隔</string> + <!-- <string name="pref_keyrepeat_enabled">Key repeat on long press</string> --> <string name="pref_lock_double_tap_title">双击 Shift 键锁定大写</string> <string name="pref_lock_double_tap_summary">任何时候长按修饰键均可将其锁定</string> <string name="pref_category_behavior">行为</string> |
