This commit is contained in:
♥ Minnie ♥ 2025-10-04 23:56:41 +08:00
parent d8fb925269
commit bd36570729
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
5 changed files with 101 additions and 121 deletions

View file

@ -0,0 +1,50 @@
### Same Finger Bigrams
| Key | Magic | Description |
|-----|-------|----------------|
| Y | S | "YS" 0.123% |
| E | O | "EO" 0.121% |
| R | L | "RL" 0.114% |
| U | I | "UI" 0.073% |
| O | E | "OE" 0.060% |
| P | T | "PT" 0.050% |
| S | Y | "SY" 0.024% |
| D | G | "DG" 0.021% |
### Magic Suffixes
| Key | Magic | Example |
|-------|---------|---------------|
| B | "efore" | before |
| I | "on" | ion |
| J | "ust" | just |
| M | "ent" | ment |
| N | "ion" | nation |
| T | "ment" | treatment |
| V | "er" | over |
| W | "hich" | which |
| X | "es" | fixes |
| , | " but" | text, but |
| Space | "the" | the |
### Coding Shortcuts
| Key | Magic | Result |
|-----|-------|--------|
| + | = | += |
| - | = | -= |
| * | = | *= |
| / | = | /= |
| > | Left | <\|> |
| ) | Left | (\|) |
| ] | Left | [\|] |
| } | Left | {\|} |
### Repeat Key Overrides
| Key | Override | Example |
|-------|----------|---------|
| A | "nd" | and |
| I | "ng" | ing |
| Y | "ou" | you |
| N | "f" | nf |
| B | "ecause" | because |
| W | "ould" | would |
| , | " and" | , and |
| Space | "for" | for |