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)