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:
@@ -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 | |
|
||||
└─────────────────────────────────┘
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user