Accessibility: Difference between revisions

From KDE Community Wiki
(Simon, Jovie are no longer maintained)
(Use apps.kde.org)
Line 21: Line 21:
If kcalc does not appear, from the accerciser application's main menu > View > Refresh Registry.
If kcalc does not appear, from the accerciser application's main menu > View > Refresh Registry.


== User Documentation ==
== Accessibility applications ==


* https://apps.kde.org/categories/utilities/#accessibility
* https://apps.kde.org/categories/utilities/#accessibility
Line 28: Line 28:
* https://apps.kde.org/kmouth
* https://apps.kde.org/kmouth
* https://userbase.kde.org/System_Settings/Accessibility
* https://userbase.kde.org/System_Settings/Accessibility
== Application Pages ==
You can find some details on individual Accessibility apps on the application pages.
* https://www.kde.org/applications/utilities/kmag/
* https://www.kde.org/applications/utilities/kmousetool/
* https://www.kde.org/applications/utilities/kmouth/
* https://www.kde.org/applications/utilities/jovie/
* https://simon.kde.org/


== Technical Information For Application Developers ==
== Technical Information For Application Developers ==

Revision as of 03:46, 17 December 2022

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 KDE's Human Interface Guidelines https://hig.kde.org/accessibility/index.html

For technical information on how to make your application accessible please see the following TechBase pages:

Community Documentation

Historic