Accessibility: Difference between revisions

From KDE Community Wiki
(Add https://invent.kde.org/sdk/selenium-webdriver-at-spi)
 
(24 intermediate revisions by 9 users not shown)
Line 1: Line 1:
[[File:Mascot konqi-app-system.png|thumbnail|right|Help [[Konqi]] improve KDE's accessibility!]]
== KDE Accessibility Project ==


Welcome to the home page of the KDE Accessibility Project.


== User Documentation ==
== Quickstart ==


You can find user documentation on UserBase:
E.g. in Kubuntu 22.10:


http://userbase.kde.org/Applications/Accessibility
{{Input|1=<nowiki>
http://userbase.kde.org/System_Settings/Accessibility
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 &
</nowiki>}}


== Technical Information For Application Developers ==
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.


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


* http://techbase.kde.org/Development/Tutorials/Accessibility
* https://apps.kde.org/categories/utilities/#accessibility
* http://techbase.kde.org/Development/Tutorials/Text-To-Speech
* https://apps.kde.org/kmag
* http://techbase.kde.org/Development/Guidelines/HCI/Checklists
* https://apps.kde.org/kmousetool
* https://apps.kde.org/kmouth
* https://userbase.kde.org/System_Settings/Accessibility


== Community Documentation ==
== Technical Information For Application Developers ==


* see also: [[Accessibility/qt-atspi|Qt AT-SPI 2 Bridge]]
Read the KDE Human Interface Guidelines https://develop.kde.org/hig/accessibility/


== Historic ==
== Community Documentation ==


The old KDE3 Accessibility site is available at [http://accessibility.kde.org/ accessibility.kde.org]
* https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/
* Also ask on the IRC channel #kde-accessibility on [https://libera.chat Libera Chat] or #kde-accessibility on Matrix https://webchat.kde.org/#/room/#kde-accessibility:kde.org
* https://help.gnome.org/users/accerciser/stable/index.html https://gitlab.gnome.org/GNOME/accerciser
* https://apachelog.wordpress.com/2022/12/14/selenium-at-spi-gui-testing/ https://invent.kde.org/sdk/selenium-webdriver-at-spi

Latest revision as of 04:31, 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 the KDE Human Interface Guidelines https://develop.kde.org/hig/accessibility/

Community Documentation