Accessibility: Difference between revisions

From KDE Community Wiki
(accerciser and kcalc)
Line 4: Line 4:
Welcome to the home page of the KDE Accessibility Project.
Welcome to the home page of the KDE Accessibility Project.


=== User Documentation ===
== Quickstart ==
 
E.g. in Kubuntu 22.10.
 
sudo apt install kcalc accerciser
accerciser &
As per https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/
export QT_ACCESSIBILITY=1
# Or export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
kcalc &
 
== User Documentation ==


You can find user documentation on UserBase:
You can find user documentation on UserBase:
Line 16: Line 27:
* https://userbase.kde.org/Simon (not part of the KDE Accessibility module)
* https://userbase.kde.org/Simon (not part of the KDE Accessibility module)


=== Application Pages ===
== Application Pages ==


You can find some details on individual Accessibility apps on the application pages.
You can find some details on individual Accessibility apps on the application pages.
Line 26: Line 37:
* https://simon.kde.org/
* https://simon.kde.org/


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


Read KDE's Human Interface Guidelines https://hig.kde.org/accessibility/index.html
Read KDE's Human Interface Guidelines https://hig.kde.org/accessibility/index.html
Line 36: Line 47:
* http://techbase.kde.org/Development/Guidelines/HCI/Checklists
* http://techbase.kde.org/Development/Guidelines/HCI/Checklists


=== Community Documentation ===
== Community Documentation ==


* http://labs.qt.nokia.com/2011/08/23/accessibility-on-linux/
* http://labs.qt.nokia.com/2011/08/23/accessibility-on-linux/
Line 43: Line 54:
* Also ask on [irc://irc.freenode.net/#kde-accessibility #kde-accessibility] on [https://libera.chat Libera Chat]
* Also ask on [irc://irc.freenode.net/#kde-accessibility #kde-accessibility] on [https://libera.chat Libera Chat]


=== Historic ===
== Historic ==
 
Most of the above content is historic too as it's still about kdelibs4 and Qt4 based software. We're currently in the process of porting this software to KDE Frameworks 5 and Qt5.

Revision as of 03:16, 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 accerciser & As per https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/ export QT_ACCESSIBILITY=1

  1. Or export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1

kcalc &

User Documentation

You can find user documentation on UserBase:

Application Pages

You can find some details on individual Accessibility apps on the application pages.

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