Accessibility

From KDE Community Wiki
Revision as of 02:14, 11 August 2024 by Thiagosueto (talk | contribs) (Add GTK and GNOME reading resources)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Help Konqi improve KDE's accessibility!

KDE Accessibility Project

Welcome to the home page of the KDE Accessibility Project.

Quickstart

E.g. in Kubuntu 22.10:

sudo apt install kcalc accerciser
# As per https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/
export QT_ACCESSIBILITY=1
# Or export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
kcalc &
accerciser &

The application accerciser has the title Accerciser Accessibility Explorer. kcalc should appear in the application accerciser, in the left hand side tree view. If kcalc does not appear, from the accerciser application's main menu > View > Refresh Registry.

Accessibility applications

Technical Information For Application Developers

Read the KDE Human Interface Guidelines https://develop.kde.org/hig/accessibility/

Community Documentation

Resources from GTK and GNOME that can be useful for understanding accessibility for desktop apps: