diff options
| author | Jules Aguillon | 2023-01-22 23:13:30 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2023-01-22 23:20:04 +0100 |
| commit | f4032e3be98b7e70fcd384537c3191cf7542c735 (patch) | |
| tree | 9716d062dff04e1af3fccb475f23cf9da8769e8c /res/values-ko/strings.xml | |
| parent | f7f4d4d6aa9ae7a3791b493e5b5ce20eeef19bea (diff) | |
| download | unexpected-keyboard-f4032e3be98b7e70fcd384537c3191cf7542c735.tar.gz unexpected-keyboard-f4032e3be98b7e70fcd384537c3191cf7542c735.zip | |
Remove the modulated repeat
It allowed to modulate the repeat speed of some keys (arrow, backspace,
delete) by move the finger farther or closer to the key.
In practice, this wasn't pratical and doesn't seem popular. It is
removed in favor of a better mechanism for moving the cursor.
Diffstat (limited to 'res/values-ko/strings.xml')
| -rw-r--r-- | res/values-ko/strings.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index 22184c2..d11c6f7 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -36,8 +36,6 @@ <string name="pref_long_interval_title">키 반복 간격</string> <string name="pref_vibrate_title">진동</string> <string name="pref_vibrate_summary">키 누를 때 진동 키거/끄기</string> - <string name="pref_precise_repeat_title">정확한 커서 움직임</string> - <string name="pref_precise_repeat_summary">더 많거나 적은 스와이프로 키 반복 조절</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> --> <string name="pref_category_style">스타일</string> |
