summaryrefslogtreecommitdiff
path: root/Events/XDC2014/XDC2014ThibaultAccessibility.mdwn
blob: 2e27228424face34c8145737c325c894eacfb13c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Samuel Thibault - Where does accessibility plug into the graphical desktop stack?

Yes, it does make sense for a blind user to use a graphical desktop. More generally, it has to be accessible to a very wide range of handicaps, so we need to make sure that accessibility tools can plug into the stack to get, modify or inject information, so as to compensate the user's disabilities.

I will briefly remind the path of an 'a', from pressing the keyboard key to the application, i.e. the input part, and then from the application up to its rendering on the screen, i.e. the output part. I will then explain how various tools plug into various places. On the input side, there are virtual keyboards, braille keyboards, AccessX keyboards,... and infamous issues between keycodes and keysyms, which we could perhaps take the opportunity to fix with Wayland. On the output side, there are magnification tools, color modifiers,... and last but not least, screen readers, for which I will explain the accessibility bus (at-spi) basics.


[[Slides|xdc2014_accessibility.pdf]]
[[Video|http://www.x.org/videos/XDC2014/ThibaultAccessibility.webm]]
[[Transcript|http://www.x.org/videos/XDC2014/ThibaultAccessibility.txt]]

<iframe width="420" height="315" src="//www.youtube.com/embed/DxVrIVQKHEg" frameborder="0" allowfullscreen></iframe>