-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
As some of us know, screen readers fall over on vista/7 when certain
error dialogs appear. Usually, speech is lost until the dialog is
closed.
I've found that writing a small application to speak the window
title via sapi usually allows me to get out of it. For example, if
the title is something like program (Not responding), I know that I
can hit alt-f4, and alt-e for end task; speech usually returns. If
it doesn't, I can alt-tab around and read titles to see what's going on.
Something like the following autoit script will do nicely:
; shift f11 speak title, control f11 unload script
$o = objCreate("sapi.spvoice")
hotkeySet("+{f11}", "title")
hotkeySet("^{f11}", "quit")
func title()
$t = winGetTitle("")
$o.speak("", 3)
$o.speak($t, 1)
endFunc
func quit()
beep(1500, 50)
exit
endFunc
while 1
sleep(1000)
wend
- --
Tyler Spivey - PGP Key ID: 0xae742aaf
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQIcBAEBCgAGBQJLf70jAAoJEPb0SlyudCqvZiEP/1OfxN3RzMah7auqXQCnQiuL
FWDoWPSLJsTETy3aOjhCgNhTNc9ryOyY2u69mMgPesj7lcZiiNFurEeU7CHfNyDb
n4JsmxJPnHkNjx1DDOIYJmq91IvqUzrZz/99GKCPMfIPbyT6zdRwUqIaFEggsqnz
F8pxjNXW+fGz3I2CjSD8VtdvioEndXrRULY+nr/Mh2kkr8qV+faaG5UIlKJyVQ2J
mhPgdAJH/smzW/KIgs/M61Eotyv4YpjBhecl4uadxDjFI++G1ixHUq2UcDEYBMe/
ilzT8qAbbooR71mniuQb1Z0JARxdgxIRLEcKthlBpQ0V500E4/RTKk3XGZZgegdB
XtKbU9/FC5IKUsh3WbVQyyaJT5q3nMLaQSbNnkRMIPeTo3tkKvXhGpzsi2YLX9XL
5P6oRIivgCN2RuoTmbY4JADmOnPqC61T7IaFY3vcmEs/rH7dCur4rE9uVGir9DwU
ikXeE6IvQVFotW9dxG5v7Xg5lWFFVwQPF7GXWvHx/8v1EBHdCqVNU3dYZ3ZTLW0B
eamtfdLtf59TJPlMonW7GYjgTz64BH/WSREU2MOENa50vju8dcnM3k3t3Ga++HuG
IU0cFKeLgCPsgLOrSc62wwPq4CPjS4Kjn5zix4Y/cegdi+OabYWuq/S3Ts+bzxL0
sDZ6Lv6KoYUqB/bAiJeR
=mhOP
-----END PGP SIGNATURE-----
If you reply to this message it will be delivered to the original sender only.
If your reply would benefit others on the list and your message is related to
GW Micro, then please consider sending your message to [email protected] so
the entire list will receive it.
GW-Info messages are archived at http://www.gwmicro.com/gwinfo. You can manage
your list subscription at http://www.gwmicro.com/listserv.