Fix Magic Key examples for accuracy
- Corrected 'n' + Magic example to show actual output (union, opinion) - Fixed 'T' suffix example (replaced 'statement' with 'investment')
parent
11213d8f30
commit
c3c087f360
1 changed files with 2 additions and 2 deletions
|
|
@ -53,7 +53,7 @@ Context-aware completions based on the previous key. Reduces same-finger bigrams
|
||||||
| `J` | `ust` | just, adjust |
|
| `J` | `ust` | just, adjust |
|
||||||
| `M` | `ent` | ment, moment, movement |
|
| `M` | `ent` | ment, moment, movement |
|
||||||
| `N` | `ion` | nation, station |
|
| `N` | `ion` | nation, station |
|
||||||
| `T` | `ment` | treatment, statement |
|
| `T` | `ment` | treatment, investment |
|
||||||
| `V` | `er` | over, never, ever |
|
| `V` | `er` | over, never, ever |
|
||||||
| `W` | `hich` | which |
|
| `W` | `hich` | which |
|
||||||
| `X` | `es` | fixes, boxes |
|
| `X` | `es` | fixes, boxes |
|
||||||
|
|
@ -85,7 +85,7 @@ Context-aware completions based on the previous key. Reduces same-finger bigrams
|
||||||
### Natural Language
|
### Natural Language
|
||||||
|
|
||||||
```
|
```
|
||||||
Type: "n" + Magic → "nation"
|
Type: "n" + Magic → "union, opinion"
|
||||||
Type: "treat" + Magic → "treatment"
|
Type: "treat" + Magic → "treatment"
|
||||||
Type: "b" + Repeat → "because"
|
Type: "b" + Repeat → "because"
|
||||||
Type: "y" + Magic → "ys" (avoiding SFB)
|
Type: "y" + Magic → "ys" (avoiding SFB)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue