Skip to content

Commit

Permalink
Update the mapping on the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TeXitoi committed Mar 11, 2020
1 parent c65a714 commit 645c3b5
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions README.md
Expand Up @@ -64,37 +64,38 @@ Layer 0:
│ } │ A │ S │ D │ F │ G ║ H │ J │ K │ L │ : │ " │
│ ] │ │ │ │ │ ║ │ │ │ │ ; │ ' │
├────┼────┼────┼────┼─══─┼────╫────┼─══─┼────┼────┼────┼────┤
│ + │ Z │ X │ C │ V │ G ║ N │ M │ < │ > │ ? │ | │
│ + │ Z │ X │ C │ V │ B ║ N │ M │ < │ > │ ? │ | │
│ = │ │ │ │ │ ║ │ │ , │ . │ / │ \ │
├────┼────┼────┼────┼────┼────╫────┼────┼────┼────┼────┼────┤
Ctrl│L(1)│ GUI│ Alt│ ␣ │ ⇧ ║ ⇧ │ ⏎ │ Alt│ ⌫ │Esc.│Ctrl
│ │ │ │ │ │ ║ │ │ │ │ │ │
│ GUI│ Alt│ ␣/ │ ⇧ ║ ⇧ │ ⏎/ │ Alt│ ⌫ │
│ │ │ │ │L(1)│ ║ │Ctrl│ │ │ │ │
└────┴────┴────┴────┴────┴────╨────┴────┴────┴────┴────┴────┘
```
Legend:
- L(1): layer 1 when pressed
- A/B: A when tapped, B when hold

Layer 1:
```
┌────┬────┬────┬────┬────┬────╥────┬────┬────┬────┬────┬────┐
│ F1 │ F2 │ F3 │ F4 │ F5 │ F6 ║ F7 │ F8 │ F9 │ F10│ F11│ F12│
│ │ │ │ │ │ ║ │ │ │ │ │ │
├────┼────┼────┼────┼────┼────╫────┼────┼────┼────┼────┼────┤
Esc.│ │ │ │ │ ║ │ │ │ │ │
│ │ │ │ │ │ ║ │ │ │ │ │ │
│ │Paus│Pr. │ │ ║ │ │Del.│ │ │
│ │ │ │Scr.│ │ ║ │ │ │ │ │ │
├────┼────┼────┼────┼────┼────╫────┼────┼────┼────┼────┼────┤
D(0)│D(1)│ │ │ │ ◄ │ ▼ │ ▲ │ ► │
│ │ │ │ │ │ ║ │ │ │ │ │ │
│ │ │Num │Ins.│Esc.││ ◄ │ ▼ │ ▲ │ ► │
│ │ │Lock│ │ │ ║ │ │ │ │ │ │
├────┼────┼────┼────┼─══─┼────╫────┼─══─┼────┼────┼────┼────┤
⇪ │Del.│ Cut│Copy│Past│ ║ │ │ │ ⇱
│Undo│ Cut│Copy│Past│ ║ │ ⇱ │ ⇟ │ ⇞
│ │ │ │ │ │ ║ │ │ │ │ │ │
├────┼────┼────┼────┼────┼────╫────┼────┼────┼────┼────┼────┤
│ │ │ │ │ │ ║ │ │ │ ◄ │ ▼ │ ►
│ │ │ │ │ │ ║ │C-⏎ │ │ │ │
│ │ │ │ │ │ ║ │ │ │ │ │ │
└────┴────┴────┴────┴────┴────╨────┴────┴────┴────┴────┴────┘
```
Legend:
- D(X): change default layer to X
- C-⏎: Control+Enter (at the same time)


I use the [bépo layout](https://bepo.fr), so this is what I have when I type:
Expand All @@ -112,12 +113,9 @@ I use the [bépo layout](https://bepo.fr), so this is what I have when I type:
│ ` │ À │ Y │ X │ : │ K ║ ? │ Q │ G │ H │ F │ Ç │
│ % │ \│ {│ }│ . …│ ~║ ' │ │ │ │ │ │
├────┼────┼────┼────┼────┼────╫────┼────┼────┼────┼────┼────┤
Ctrl│L(1)│ GUI│ Alt│nbsp│ ⇧ ║ ⇧ │ ⏎ │Alt │ ⌫ │Esc.│Ctrl
│ GUI│ Alt│nbsp│ ⇧ ║ ⇧ │ ⏎ │Alt │ ⌫ │
│ │ │ │ │ ␣ _│ ║ │ │ Gr│ │ │ │
└────┴────┴────┴────┴────┴────╨────┴────┴────┴────┴────┴────┘
```

Legend:
- L(1): layer 1 when pressed

You can of course tune the layout as you wish easily.

0 comments on commit 645c3b5

Please sign in to comment.