Skip to content

Accessibility: Missing keyboard navigability and focus #56

@Menelion

Description

@Menelion

First of all, let me thank you for mentioning accessibility straight in the main Readme file for the repo, it's hugely appreciated. As a screen reader user and a software engineer myself, I'm in constant search of modern accessible solutions implementing native UIs for different platforms. Now to the issue itself.

Steps to reproduce

  • clone the repo in Windows.
  • Open your Windows Terminal in PowerShell or whatever you use
  • Do zig build calculator
  • When the calculator is run, try to navigate with your keyboard using Tab or your arrow keys.
    Expected result: The focus should be placed somewhere in the window on first run, probably in the edit field; Tab key should move through the buttons and other controls.
    Actual Result: Nothing happens. As a screen reader user, I can only emulate mouse clicks which is far from being accessible and usable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions