Skip to main content


y'all know what? I think it's as good a time as any for me to take another stab at learning gtk with rust, hmm. What do you think? should I do that, or learn to use egui with the accessibility stuff? speaking of that, are the default examples in there using accessibility mode, or do I have to do something else to enable it?
in reply to the esoteric programmer

@the esoteric programmer On linux #Accessibility is working fine with #GTK4 if a screen reader is already running. I think you can try to follow the tutorial you like and try to pay extra attention to the keyboard navigation, focus handling and labelling controls that don't have the text by default.
in reply to Peter Vágner

Just fine? Nope, not on Wayland. No key grabs for Orca, and caret moving in text boxes using the Wayland backend is completely broken. GTK3 however doesn't face this issue.