diff options
| author | Jules Aguillon | 2024-06-30 00:06:17 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2024-06-30 00:06:17 +0200 |
| commit | bf33230c26911f7a2e267c1ce5db4fcc096e1602 (patch) | |
| tree | 9c3e102217fa42b2b34bbecf48681a821ed06293 /res/values-ko/strings.xml | |
| parent | 45fc18576e93d0a9354a794ee004825839c0ffc3 (diff) | |
| download | unexpected-keyboard-bf33230c26911f7a2e267c1ce5db4fcc096e1602.tar.gz unexpected-keyboard-bf33230c26911f7a2e267c1ce5db4fcc096e1602.zip | |
settings: Reword "Key repeat" into "Long press"
The long press timeout is used for long press on keys that do not
repeat, for example the keyboard switching key.
This must be detached from the key repeat as it might be disableable in
the future and more keys might be longpressable.
Diffstat (limited to 'res/values-ko/strings.xml')
| -rw-r--r-- | res/values-ko/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index f0c1996..67f9b32 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -38,7 +38,7 @@ This application contains no ads, doesn't make any network requests and is Open <string name="pref_category_typing">타자</string> <string name="pref_swipe_dist_title">스와이프 범위</string> <string name="pref_swipe_dist_summary">키 모서리 문자의 입력 범위 (%s)</string> - <string name="pref_long_timeout_title">키 길게 누르기 지연</string> + <!-- <string name="pref_long_timeout_title">Long press timeout</string> --> <string name="pref_long_interval_title">키 반복 간격</string> <!-- <string name="pref_lock_double_tap_title">Double tap on shift for caps lock</string> --> <!-- <string name="pref_lock_double_tap_summary">You can lock any modifier by holding it</string> --> |
