Compare commits

..

1 Commits

Author SHA1 Message Date
Julian Zander 4ff8c42702
Merge f3294e2ec4 into 033bdcd645 2025-05-15 17:40:17 +02: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",