Compare commits

..

1 Commits

Author SHA1 Message Date
Techno Tim f1161f144e
Merge d84c00af94 into 033bdcd645 2025-05-15 12:57:36 -05:00
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"features": { "features": {
"ghcr.io/devcontainers/features/node:1": { "ghcr.io/devcontainers/features/node:1": {
// Should match what is defined in ui/package.json // Should match what is defined in ui/package.json
"version": "22.15.0" "version": "21.1.0"
} }
}, },
"mounts": [ "mounts": [

View File

@ -243,7 +243,6 @@ export const keyDisplayMap: Record<string, string> = {
Escape: "esc", Escape: "esc",
Tab: "tab", Tab: "tab",
Backspace: "backspace", Backspace: "backspace",
"(Backspace)": "backspace",
Enter: "enter", Enter: "enter",
CapsLock: "caps lock", CapsLock: "caps lock",
ShiftLeft: "shift", ShiftLeft: "shift",