@TheQuinbox I'm sighted but I've been working on making a portable audio based desktop environment for these exact same reasons. I use a one handed keyboard and bluetooth headphones with a single board computer hooked to a portable battery bank. Sadly I found linux screen readers have been too slow to use so I'm designing my own. IMO screen reader first setups could be better than dedicated linux phones if you focus on keyboard access and ignore the rendering entirely.
@TheQuinbox Yeah of course! The tl;dr is the Twiddler 4 keyboard and a Khadas Edge 2 glued to a random USB-C powerbank. Orca for screen reader for now but I'm gonna slap together something else. Mostly geares towards jumping around the accessibility tree with fuzzy search. Maybe also speaking live regions in multiple voices to get more data through?
@mauve @TheQuinbox yo, that's awesome! do you have a git repo or something I can look at?
About the screenreader, sure you can build your own, and depending on what you want to do maybe you should, but me and some other people are working on a screenreader for linux, to replace orca because of multiple grievances we have with it. Work on it is really slow especially now because we're at the heuristics stage, but you know, it's a thing which may give you inspiration and stuff if you don't want to make it from scratch.
@esoteric_programmer @TheQuinbox No git repo yet, I'm just writing notes on how I'd like to interact with the system and figuring out how to get wayland to run without a physical monitor. I'm down to collaborate though! What's your new screen reader called? Is this that new Rust one that's been bouncing around?
@mauve @TheQuinbox yep, that one! it's called odilia. Really rough because now we're in the finding heuristics stage which works kinda antithetical to the architecture we set for ourselves, so we'll have to both work around that and find what orca does in certain edge cases, because I feel like from here on outward, everything will be pretty much implementing of more at-spi events and orca-specific heuristics
@mauve Holy shit, this sounds fucking awesome! I'd love to pick your brain about this.