You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/main/res/values/strings.xml
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -294,7 +294,15 @@
294
294
<stringname="two_thumb_tap_autospace_grace">Extra autospace delay after taps</string>
295
295
<stringname="two_thumb_tap_autospace_grace_summary">Add this much extra time when the last input was a tapped letter, so tap-then-swipe combinations are easier to continue.</string>
296
296
<stringname="combining_autospace_only_after_gesture">Only auto-space after swipes</string>
297
-
<stringname="combining_autospace_only_after_gesture_summary">When enabled, tap-only words are committed without an automatic space. Words that include a swipe still auto-space.</string>
297
+
<stringname="combining_autospace_only_after_gesture_summary">Controls the automatic space only \u2014 not whether a word commits. When on, a tap-only word still commits but without an auto-space; swiped words still get one.</string>
298
+
<!-- Title of the experimental toggle that defers the two-thumb grace auto-commit space. -->
299
+
<stringname="spacing_defer_grace_space">Defer grace space (experimental)</string>
300
+
<!-- Description for spacing_defer_grace_space. -->
301
+
<stringname="spacing_defer_grace_space_summary">Route the two-thumb grace auto-commit space through the deferred mechanism (like the default swipe path) instead of writing it immediately. The space appears on your next input and stays backspace-reversible.</string>
302
+
<!-- Title of the toggle that limits the grace auto-commit timer to swiped words. -->
<!-- Description for combining_grace_only_after_gesture. -->
305
+
<stringname="combining_grace_only_after_gesture_summary">The pause timer auto-commits a word only when it includes a swipe. Words you tap out stay open until you press space or pick a suggestion, so tapped shortcuts and corrections won\'t fire early. On by default \u2014 this controls whether the word commits (the auto-space option above only controls the trailing space).</string>
298
306
<!-- Title of the toggle that makes the first backspace after a gesture delete the whole word. -->
299
307
<stringname="combining_backspace_deletes_gesture_word">Backspace deletes last swipe</string>
300
308
<!-- Description for combining_backspace_deletes_gesture_word. -->
0 commit comments