[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-accessibility
Subject:    Re: [Kde-accessibility]  On Qt accessibility and a on-screenkeyboard.
From:       Peter Korn <peter.korn () sun ! com>
Date:       2003-07-08 4:46:49
[Download RAW message or body]

Hi Maks,

> > ...
> >
> > then thought that full interoperability with GNOME would be of larger
> > benefit for us, since there are already very good assistive technologies
> > for which it would be great to have them compatible with KDE.
> 
> Are there any more other than GOK and Gnopernicus? BTW, I have not been 
> able to get anything but the vanilla input mode in GOK to work; which is 
> not very impressive since just sending keystrokes doesn't require an 
> accessibility infrastructure.

The lastest versions of Dasher (http://www.inference.phy.cam.ac.uk/dasher/)
also supports the AT-SPI.  You should make sure that GNOME Accessibility is
turned on (see the attached script).  If at-poke doesn't give you a list of
apps you can "poke" at, then it's not turned on (you need to restart GNOME
after running the attached script: `gnome-accessibility on`).  Then you should
have a number of different and interesting options available to you.

Regards,


Peter Korn
Sun Accessibility team
["gnome-accessibility" (text/plain)]

#!/bin/sh

if test $# -eq 0
	then gconftool-2 -g /desktop/gnome/interface/accessibility
fi

if test $# -eq 1
	then if test $1 = on -o $1 = true
		then gconftool-2 -s /desktop/gnome/interface/accessibility \
				 -t bool true
	elif test $1 = off -o $1 = false
		then gconftool-2 -s /desktop/gnome/interface/accessibility \
				 -t bool false
	else echo gnome-accessibility: unknown command $1
	fi
fi


_______________________________________________
kde-accessibility mailing list
kde-accessibility@mail.kde.org
http://mail.kde.org/mailman/listinfo/kde-accessibility


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic