Re: [g-a-devel] Slow keys dialog



Chris Jones wrote:
...

In other words I cannot spend the summer making gnome-a11y suitable
for my needs.  What I need is a temporary work around until after the
SoC when I could find time to work on this aspect of gnome-a11y and
fix my program so it is not an "accessibility violation".
Chris,

Can you not simply make SOK remember that shift was pressed and keep the state internally in SOK? IOW:

1. when the user clicks shift you set a flag. When a letter is clicked SOK sends shift+<letter>+unshift to X and removes the flag.

2. When shift is clicked twice you set a sticky flag. Again, each time the user clicks a letter, SOK sends shift+<letter>+unshift. When shift is clicked again you unset the flag.

That way you avoid triggering slow keys and avoid making an 'accessibility violation'.

Bill, is it an accessibility violation to have unusable accessibility tools?

- Henrik




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]