Matt Campbell
Matt Campbell
A major missing feature in Slint's accessibility support is exposure of text input widgets. I recognize that this is a major design challenge. For AccessKit (i.e. the winit backend), this...
This adds the necessary AccessKit properties and child nodes to expose detailed information about text widgets. It also supports the `SetTextSelection` action.
The AccessKit Android adapter isn't yet merged, so this draft PR modifies Cargo.toml to point at the appropriate branch in the AccessKit repo.
The way that guidepup configures VoiceOver settings, by using the defaults CLI utility to modify settings in the com.apple.VoiceOver4/default domain, no longer works on macOS Sequoia. I verified this against...
These events are required for accessibility. - [x] Tested on all platforms changed - [x] Added an entry to the `changelog` module if knowledge of this change could be valuable...