Skip to content

Key code translation bug in src/tty.zig #298

Description

@vadim-nikitin

In src/tty.zig function eventFromRecord(...):

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions