feat: update calculator function key labels and shortcuts

Add titles for function and trig buttons to expose keyboard hints, and remap reciprocal/power10 shortcuts to match the new key layout.
Update the portrait visual spec to reflect the revised keypad and function ordering.
This commit is contained in:
2026-05-17 00:35:50 +02:00
parent 16b567731f
commit 62a0f447c5
2 changed files with 27 additions and 26 deletions
+8 -8
View File
@@ -24,11 +24,11 @@
```
┌──────────── Keypad ─────────────┐
| +/- | Clear | Esc | backspace |
| 7 | 8 | 9 | / |
| 4 | 5 | 6 | * |
| 1 | 2 | 3 | - |
| 0 | . | Enter | + |
| Clear | Backspace | Esc | Enter |
| 7 | 8 | 9 | / |
| 4 | 5 | 6 | * |
| 1 | 2 | 3 | - |
| 0 | . | +/- | + |
└─────────────────────────────────┘
```
@@ -36,9 +36,9 @@
```
┌──────────── Functions ──────────┐
| x^2 | y^x | 1/x | % |
| x | y√x | 10^x | |
| log | ln | | |
| x^2 | √x | 1/x | % |
| y^x | y√x | 10^x | |
| log | ln | e^x | |
└─────────────────────────────────┘
```