GNOME Bugzilla – Bug 642599
Allow choosing the on-screen keyboard
Last modified: 2011-02-25 18:07:14 UTC
The key is: org.gnome.desktop.default-applications.at.mobility exec And we'll need to install a small startup script, as well as a .desktop autostart file for it (to replace the removed gnome-at-visual script that got lost)
Wrote the code, then threw it away: commit e065fe040984297c0ede7501dde6450985618162 Author: Bastien Nocera <hadess@hadess.net> Date: Fri Feb 25 17:10:24 2011 +0000 Revert "universal-access: Add typing assistant selection" We don't actually want to select on-screen keyboards. Dasher isn't an on-screen keyboard, and is complementary to OSKs. The only supported OSK is caribou, so we'll be using that instead. This reverts commit 35ae71247274656c2df7f9de1f2c7beb94abbc81. We need to change the "Typing assistant" labels though.
Changed the label. See bug 643311 for the caribou auto-start issue.