refactor
This commit is contained in:
parent
d8fb925269
commit
bd36570729
5 changed files with 101 additions and 121 deletions
50
assets/repeat-key-reference.md
Normal file
50
assets/repeat-key-reference.md
Normal 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 |
|
Loading…
Add table
Add a link
Reference in a new issue