From c3c087f3607771468efc09cd3e9ce0a56077fb3c Mon Sep 17 00:00:00 2001 From: jasmine Date: Sat, 18 Oct 2025 05:58:01 +0800 Subject: [PATCH] Fix Magic Key examples for accuracy - Corrected 'n' + Magic example to show actual output (union, opinion) - Fixed 'T' suffix example (replaced 'statement' with 'investment') --- Repeat-and-Magic-Key.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Repeat-and-Magic-Key.md b/Repeat-and-Magic-Key.md index 53926d9..81b2c16 100644 --- a/Repeat-and-Magic-Key.md +++ b/Repeat-and-Magic-Key.md @@ -53,7 +53,7 @@ Context-aware completions based on the previous key. Reduces same-finger bigrams | `J` | `ust` | just, adjust | | `M` | `ent` | ment, moment, movement | | `N` | `ion` | nation, station | -| `T` | `ment` | treatment, statement | +| `T` | `ment` | treatment, investment | | `V` | `er` | over, never, ever | | `W` | `hich` | which | | `X` | `es` | fixes, boxes | @@ -85,7 +85,7 @@ Context-aware completions based on the previous key. Reduces same-finger bigrams ### Natural Language ``` -Type: "n" + Magic → "nation" +Type: "n" + Magic → "union, opinion" Type: "treat" + Magic → "treatment" Type: "b" + Repeat → "because" Type: "y" + Magic → "ys" (avoiding SFB)