Skip to content

Commit

Permalink
Un-swap apostrophe and semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko committed Oct 12, 2023
1 parent f8dca3d commit cd6e729
Show file tree
Hide file tree
Showing 6 changed files with 234 additions and 234 deletions.
28 changes: 14 additions & 14 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The base layer is maintained as separate tables for tap alphas, tap thumbs, and
***** Alphas

#+NAME: colemakdh
| Q | W | F | P | B | J | L | U | Y | ' |
| Q | W | F | P | B | J | L | U | Y | ; |
| A | R | S | T | G | M | N | E | I | O |
| Z | X | C | D | V | K | H | , | DOT | / |

Expand Down Expand Up @@ -150,7 +150,7 @@ The base layer is maintained as separate tables for tap alphas, tap thumbs, and

#+NAME: num-l
| [ | 7 | 8 | 9 | ] |
| ; | 4 | 5 | 6 | = |
| ' | 4 | 5 | 6 | = |
| ` | 1 | 2 | 3 | \ |
| U_NP | U_NP | DOT | 0 | MINS |

Expand All @@ -159,7 +159,7 @@ The base layer is maintained as separate tables for tap alphas, tap thumbs, and

#+NAME: sym-l
| { | & | * | ( | } |
| : | $ | % | ^ | + |
| DQUO | $ | % | ^ | + |
| ~ | ! | @ | # | PIPE |
| U_NP | U_NP | ( | ) | _ |

Expand All @@ -186,7 +186,7 @@ The base layer is maintained as separate tables for tap alphas, tap thumbs, and
#+NAME: azerty
| A | Z | E | R | T | Y | U | I | O | P |
| Q | S | D | F | G | H | J | K | L | M |
| W | X | C | V | B | N | , | DOT | / | ' |
| W | X | C | V | B | N | , | DOT | / | ; |


***** BEAKL-15
Expand All @@ -196,15 +196,15 @@ The base layer is maintained as separate tables for tap alphas, tap thumbs, and
#+NAME: beakl15
| Q | H | O | U | X | G | C | R | F | Z |
| Y | I | E | A | DOT | D | S | T | N | B |
| J | / | , | K | ' | W | M | L | P | V |
| J | / | , | K | ; | W | M | L | P | V |


***** Colemak

~MIRYOKU_ALPHAS=COLEMAK~

#+NAME: colemak
| Q | W | F | P | G | J | L | U | Y | ' |
| Q | W | F | P | G | J | L | U | Y | ; |
| A | R | S | T | D | H | N | E | I | O |
| Z | X | C | V | B | K | M | , | DOT | / |

Expand All @@ -214,7 +214,7 @@ The base layer is maintained as separate tables for tap alphas, tap thumbs, and
~MIRYOKU_ALPHAS=COLEMAKDHK~

#+NAME: colemakdhk
| Q | W | F | P | B | J | L | U | Y | ' |
| Q | W | F | P | B | J | L | U | Y | ; |
| A | R | S | T | G | K | N | E | I | O |
| Z | X | C | D | V | M | H | , | DOT | / |

Expand All @@ -224,7 +224,7 @@ The base layer is maintained as separate tables for tap alphas, tap thumbs, and
~MIRYOKU_ALPHAS=DVORAK~

#+NAME: dvorak
| ' | , | DOT | P | Y | F | G | C | R | L |
| ; | , | DOT | P | Y | F | G | C | R | L |
| A | O | E | U | I | D | H | T | N | S |
| / | Q | J | K | X | B | M | W | V | Z |

Expand All @@ -234,7 +234,7 @@ The base layer is maintained as separate tables for tap alphas, tap thumbs, and
~MIRYOKU_ALPHAS=HALMAK~

#+NAME: halmak
| W | L | R | B | Z | ' | Q | U | D | J |
| W | L | R | B | Z | ; | Q | U | D | J |
| S | H | N | T | , | DOT | A | E | O | I |
| F | M | V | C | / | G | P | X | K | Y |

Expand All @@ -244,7 +244,7 @@ The base layer is maintained as separate tables for tap alphas, tap thumbs, and
~MIRYOKU_ALPHAS=WORKMAN~

#+NAME: workman
| Q | D | R | W | B | J | F | U | P | ' |
| Q | D | R | W | B | J | F | U | P | ; |
| A | S | H | T | G | Y | N | E | O | I |
| Z | X | M | C | V | K | L | , | DOT | / |

Expand All @@ -255,7 +255,7 @@ The base layer is maintained as separate tables for tap alphas, tap thumbs, and

#+NAME: qwerty
| Q | W | E | R | T | Y | U | I | O | P |
| A | S | D | F | G | H | J | K | L | ' |
| A | S | D | F | G | H | J | K | L | ; |
| Z | X | C | V | B | N | M | , | DOT | / |


Expand All @@ -265,7 +265,7 @@ The base layer is maintained as separate tables for tap alphas, tap thumbs, and

#+NAME: qwertz
| Q | W | E | R | T | Z | U | I | O | P |
| A | S | D | F | G | H | J | K | L | ' |
| A | S | D | F | G | H | J | K | L | ; |
| Y | X | C | V | B | N | M | , | DOT | / |


Expand Down Expand Up @@ -365,7 +365,7 @@ Not available with ~MIRYOKU_LAYERS=FLIP~.

#+NAME: num-r
| [ | 7 | 8 | 9 | ] |
| = | 4 | 5 | 6 | ; |
| = | 4 | 5 | 6 | ' |
| \ | 1 | 2 | 3 | ` |
| MINS | 0 | DOT | U_NP | U_NP |

Expand All @@ -374,7 +374,7 @@ Not available with ~MIRYOKU_LAYERS=FLIP~.

#+NAME: sym-r
| { | & | * | ( | } |
| + | $ | % | ^ | : |
| + | $ | % | ^ | DQUO |
| PIPE | ! | @ | # | ~ |
| _ | ( | ) | U_NP | U_NP |

Expand Down
Loading

0 comments on commit cd6e729

Please sign in to comment.