keymap: rename UML→EXTRA, move parens to R(/) X(/)
/ build (push) Has been cancelled

This commit is contained in:
2026-08-03 10:44:39 +02:00
parent 16c1dfe4a9
commit 3482e58f90
2 changed files with 23 additions and 31 deletions
+11 -19
View File
@@ -14,21 +14,21 @@
├─────┼─────┼─────┼─────┼─────┤ ├─────┼─────┼─────┼─────┼─────┤
│ ⇧ │ Y │ X │ C │ D │ V │ │ K │ H │ / │ , │ . │ ⎋ │
└─────┴─────┼─────┼─────┼─────┼─────┤ ├─────┼─────┼─────┼─────┴─────┴─────┘
│ ␣ │ UML │ ⏎ │ │CTRL │ SPR │ ⌫ │
│ ␣ │EXTRA│ ⏎ │ │CTRL │ SPR │ ⌫ │
└─────┴─────┴─────┘ └─────┴─────┴─────┘
```
---
## Layer 1: UML (hold left thumb)
## Layer 1: EXTRA (hold left thumb)
```
┌─────┬─────┬─────┬─────┬─────┐ ┌─────┬─────┬─────┬─────┬─────┐
│ 1 │ 2 │ 3 │ 4 │ 5 │ │ + │ @ │ Ü │ { │ ~ │
├─────┼─────┼─────┼─────┼─────┤ ├─────┼─────┼─────┼─────┼─────┤
│ Ä │ · │ ß │ ↑ │ · │ │ / │ ` │ > │ } │ Ö │
│ Ä │ , │ ß │ ↑ │ · │ │ / │ ` │ > │ } │ Ö │
├─────┼─────┼─────┼─────┼─────┤ ├─────┼─────┼─────┼─────┼─────┤
│ · │ · │ · │ ← │ ↓ │ → │ │ 6 │ 7 │ 8 │ 9 │ 0 │ * │
│ · │ │ · │ ← │ ↓ │ → │ │ 6 │ 7 │ 8 │ 9 │ 0 │ * │
└─────┴─────┼─────┼─────┼─────┼─────┤ ├─────┼─────┼─────┼─────┴─────┴─────┘
│ ⇥ │ · │ ⌥ │ │CTRL │ ( │ ) │
└─────┴─────┴─────┘ └─────┴─────┴─────┘
@@ -44,13 +44,6 @@
C → ← D → ↓ V → →
```
| Physical key | Action |
|-------------|--------|
| T | ↑ |
| C | ← |
| D | ↓ |
| V | → |
---
## Bluetooth Profile Switching
@@ -65,20 +58,19 @@ within 50ms of each other):
| **CTRL + F** | BT profile 3 |
| **CTRL + P** | BT profile 4 |
CTRL works normally for all other shortcuts (CTRL+C, CTRL+V, etc. are unaffected).
On macOS these combos do not conflict with standard shortcuts (which use Cmd, not Ctrl).
---
## Quick Reference
| Shortcut | Action |
|----------|--------|
| **UML + T** | ↑ |
| **UML + C** | ← |
| **UML + D** | ↓ |
| **UML + V** | → |
| **UML + ENT** | ALT / Option |
| **EXTRA + T** | ↑ |
| **EXTRA + C** | ← |
| **EXTRA + D** | ↓ |
| **EXTRA + V** | → |
| **EXTRA + R** | , |
| **EXTRA + X** | ⌫ (Backspace) |
| **EXTRA + ENT** | ALT / Option |
| **CTRL + Q** | BT profile 1 |
| **CTRL + W** | BT profile 2 |
| **CTRL + F** | BT profile 3 |