capy-ui / capy

💻Build one codebase and get native UI on Windows, Linux and Web
https://capy-ui.org
Mozilla Public License 2.0
1.6k stars 60 forks source link

Accessibility: Missing keyboard navigability and focus #56

Open Menelion opened 1 year ago

Menelion commented 1 year ago

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

zenith391 commented 1 year ago

You're right, I'll try to make a fix in the next few hours. Also, while reproducing the bug I noticed keyboard navigation was broken on the Linux backend too so I'll fix that too

zenith391 commented 12 months ago

So far I've been able to develop something basic but that works on Windows, but I'll have to expand my solution a bit more to allow support for arrow keys.