feat: redesign hp48 keypad and add keyboard navigation

This commit is contained in:
2026-04-24 23:39:02 +02:00
parent 4b684912f7
commit 6dcf1d603c
2 changed files with 716 additions and 85 deletions
+7
View File
@@ -0,0 +1,7 @@
┌───────────── Functions ────────────┬──── Numbers ────┬─── Operators ───┐
| consts | | | | | | | del | esc |
| sqrt | y^x | x² | 1/x | 7 | 8 | 9 | / | backspace |
| log | ln | | % | 4 | 5 | 6 | * | |
| sin | cos | tan | | 1 | 2 | 3 | - | Enter |
| asin | acos | atan | | 0 | . | +/- | + | Enter |
└────────────────────────────────────┴─────────────────┴─────────────────┘