GNOME Bugzilla – Bug 649452
"Turn on accessibility features from the keyboard" checkbox should disappear
Last modified: 2011-09-08 23:11:27 UTC
Created attachment 187277 [details] Typing tab screenshot I'm not sure why we have a "Turn on accessibility features from the keyboard" checkbox. It's kind of painful to check it, and then enable via the GtkSwitch the accessibility feature: it's an unneeded step. Surely, we can drop it and if automatically do what it was linked to when any of the three switches below is set to On? See screenshot.
I think the sensitivity of that box is wrong actually. "Turn on accessibility features from the keyboard" means that we would allow turning "Slow keys" on/off from the keyboard. We should be able to always have slow keys on by unchecking the checkbox, and turning on the feature through the GtkSwitch.
Ha! I always thought that checkbox was somehow wierd. That explains it...
We should clean this up for 3.2, at least...
commit ebd4414ac9d5a32d67bbcd209589934141da385c Author: Bastien Nocera <hadess@hadess.net> Date: Fri Sep 9 00:07:10 2011 +0100 universal-access: Fix sensitivity of keyboard a11y Whether or not we have things like Sticky Keys, or Slow Keys enabled, we still need to be able to turn them on/off from the keyboard. https://bugzilla.gnome.org/show_bug.cgi?id=649452