This commit is contained in:
Maze Winther
2025-08-13 17:05:17 +02:00
parent 0ae09c9df5
commit 0274fb6626
9 changed files with 11 additions and 310 deletions
@@ -77,7 +77,7 @@ const formatKey = (key: string): string => {
.replace("down", "↓")
.replace("space", "Space")
.replace("home", "Home")
.replace("enter", "Enter") // Format Enter key for display in help dialog
.replace("enter", "Enter")
.replace("end", "End")
.replace("delete", "Delete")
.replace("backspace", "Backspace")