ctrl+backspace should send 0x08

Fixes #260
This commit is contained in:
Mitchell Hashimoto
2023-08-09 10:16:23 -07:00
parent 5854be9855
commit 6cf22f841c

View File

@ -1000,6 +1000,7 @@ pub fn keyCallback(
.left_bracket => 0x1B,
.backslash => 0x1C,
.right_bracket => 0x1D,
.backspace => 0x08,
.a => 0x01,
.b => 0x02,
.c => 0x03,