mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
fix(ui): Fix regression on Shift-Backspace not being handled (#454)
This keystroke is valid and means "delete to the right" on MacOS.
This commit is contained in:
@@ -243,6 +243,7 @@ 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",
|
||||||
|
|||||||
Reference in New Issue
Block a user