Skip to content

Don't preventDefault on all keydown #74

Description

@adri326

The page currently calls event.preventDefault() on every keydown event, making the page unaccessible for keyboard users, as tabbing between links is prevented by that call.

Consider only calling preventDefault() in the cases covered in the switch. I can submit a patch in a few days once my finals are over :)

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