Looked at src/tty.zig just for fun:), and found in function eventFromRecord(...) the following:
354: const base_layout: u16 = switch (event.wVirtualKeyCode) {
...
411: 0x76 => Key.f8,
412: 0x77 => Key.f8,
...
}
Probably at line 411 should be Key.f7.
Also didn't see an asterisk '*' in the symbol list starting at line 447.