* Sleep functionality for Speakup with XWindow
@ Sean Murphy
` Jim Grimsby JR.
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Sean Murphy @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
All.
I would like Speakup to go into a sleep mode when you switch to a XWindow console. This sleep mode should tell speakup not intercept any keystrokes or speak. Once you move back into the text console, speakup automatically comes alive.
This would resolve problems with key conflicts with XWindow screen readers and speakup trying to read XWindow screens.
I don't want to have to kill the module for Speakup everytime I have to go into XWindow. Xwindow is an up coming option for everyone. So lets put in the ability of doing this.
Sean
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Sleep functionality for Speakup with XWindow
Sleep functionality for Speakup with XWindow Sean Murphy
@ ` Jim Grimsby JR.
` Michael Whapples
` Chris Norman
` David Csercsics
` Samuel Thibault
2 siblings, 2 replies; 6+ messages in thread
From: Jim Grimsby JR. @ UTC (permalink / raw)
To: 'Speakup is a screen review system for Linux.'
Hi another idea is if it could be done. Have speakup in some way find the x
windows screen reader and start it. Also if the x window screen reader
could talk to the speakup modgel. So if you started speakup with a dectalk
express for example the screen reader would talk threw the dectalk express.
Also if you do not have access enabled speakup trying to start it would
cause it to be turned on. Not sure if this is doable but it seems to me to
be more helpful then just speakup going to sleep.
-----Original Message-----
From: speakup-bounces@braille.uwo.ca [mailto:speakup-bounces@braille.uwo.ca]
On Behalf Of Sean Murphy
Sent: Tuesday, November 21, 2006 1:14 AM
To: Speakup is a screen review system for Linux.
Subject: Sleep functionality for Speakup with XWindow
All.
I would like Speakup to go into a sleep mode when you switch to a XWindow
console. This sleep mode should tell speakup not intercept any keystrokes
or speak. Once you move back into the text console, speakup automatically
comes alive.
This would resolve problems with key conflicts with XWindow screen readers
and speakup trying to read XWindow screens.
I don't want to have to kill the module for Speakup everytime I have to go
into XWindow. Xwindow is an up coming option for everyone. So lets put in
the ability of doing this.
Sean
_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca http://speech.braille.uwo.ca/mailman/listinfo/speakup
--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.14.11/542 - Release Date: 11/20/2006
4:23 PM
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Sleep functionality for Speakup with XWindow
` Jim Grimsby JR.
@ ` Michael Whapples
` Chris Norman
1 sibling, 0 replies; 6+ messages in thread
From: Michael Whapples @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
It would be better to have some of those features that Jim suggests, but for
just silencing speakup doing
echo none > /proc/speakup/synth_name
would work. I don't know if that would stop speakup intercepting keypresses,
may be someone can answer that.
Using speakup to control synths would be nice, but I don't like the idea
when a software synth is used in speakup, orca, speakup (possibly with a
driver bridging those), speechd-up, speech-dispatcher and then finally the
TTS, just seems too much to me.
From
Michael Whapples
Jim Grimsby JR. writes:
> Hi another idea is if it could be done. Have speakup in some way find the x
> windows screen reader and start it. Also if the x window screen reader
> could talk to the speakup modgel. So if you started speakup with a dectalk
> express for example the screen reader would talk threw the dectalk express.
> Also if you do not have access enabled speakup trying to start it would
> cause it to be turned on. Not sure if this is doable but it seems to me to
> be more helpful then just speakup going to sleep.
>
> -----Original Message-----
> From: speakup-bounces@braille.uwo.ca [mailto:speakup-bounces@braille.uwo.ca]
> On Behalf Of Sean Murphy
> Sent: Tuesday, November 21, 2006 1:14 AM
> To: Speakup is a screen review system for Linux.
> Subject: Sleep functionality for Speakup with XWindow
>
>
> All.
>
> I would like Speakup to go into a sleep mode when you switch to a XWindow
> console. This sleep mode should tell speakup not intercept any keystrokes
> or speak. Once you move back into the text console, speakup automatically
> comes alive.
>
> This would resolve problems with key conflicts with XWindow screen readers
> and speakup trying to read XWindow screens.
>
> I don't want to have to kill the module for Speakup everytime I have to go
> into XWindow. Xwindow is an up coming option for everyone. So lets put in
> the ability of doing this.
>
> Sean
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.430 / Virus Database: 268.14.11/542 - Release Date: 11/20/2006
> 4:23 PM
>
>
>
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Sleep functionality for Speakup with XWindow
` Jim Grimsby JR.
` Michael Whapples
@ ` Chris Norman
1 sibling, 0 replies; 6+ messages in thread
From: Chris Norman @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Could this not be done in /etc/inittab?
When runlevel 3 or another single-user level is met, start speakup (from a
script or program with lots of system() calls), and when it goes into x, run
orca and kill speakup.
HTH,
Chris Norman
<!-- cnorman@rnibncw.ac.uk -->
----- Original Message -----
From: "Jim Grimsby JR." <jimgrims@pacbell.net>
To: "'Speakup is a screen review system for Linux.'"
<speakup@braille.uwo.ca>
Sent: Tuesday, November 21, 2006 9:37 AM
Subject: RE: Sleep functionality for Speakup with XWindow
> Hi another idea is if it could be done. Have speakup in some way find the
> x
> windows screen reader and start it. Also if the x window screen reader
> could talk to the speakup modgel. So if you started speakup with a
> dectalk
> express for example the screen reader would talk threw the dectalk
> express.
> Also if you do not have access enabled speakup trying to start it would
> cause it to be turned on. Not sure if this is doable but it seems to me
> to
> be more helpful then just speakup going to sleep.
>
> -----Original Message-----
> From: speakup-bounces@braille.uwo.ca
> [mailto:speakup-bounces@braille.uwo.ca]
> On Behalf Of Sean Murphy
> Sent: Tuesday, November 21, 2006 1:14 AM
> To: Speakup is a screen review system for Linux.
> Subject: Sleep functionality for Speakup with XWindow
>
>
> All.
>
> I would like Speakup to go into a sleep mode when you switch to a XWindow
> console. This sleep mode should tell speakup not intercept any keystrokes
> or speak. Once you move back into the text console, speakup automatically
> comes alive.
>
> This would resolve problems with key conflicts with XWindow screen readers
> and speakup trying to read XWindow screens.
>
> I don't want to have to kill the module for Speakup everytime I have to go
> into XWindow. Xwindow is an up coming option for everyone. So lets put
> in
> the ability of doing this.
>
> Sean
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
>
> --
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.430 / Virus Database: 268.14.11/542 - Release Date:
> 11/20/2006
> 4:23 PM
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Sleep functionality for Speakup with XWindow
Sleep functionality for Speakup with XWindow Sean Murphy
` Jim Grimsby JR.
@ ` David Csercsics
` Samuel Thibault
2 siblings, 0 replies; 6+ messages in thread
From: David Csercsics @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
>All.
>
>I would like Speakup to go into a sleep mode when you switch to a XWindow console. This sleep mode should tell speakup not intercept any keystrokes or speak. Once you move back into the text conso
le, speakup automatically comes alive.
This is already done for you. Just hit print screen in your console
running X. Then speakup will go away for that console but still work in
all the others. I do this on my laptop all the time.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iQIVAwUBRWNzyC5CETv46xaUAQph7A/9GKyqsIav048VYpBdRT6Di6XMNe/OMgAa
WK3lfOPNiI8PXaywdVUInG7KHVjKuMXsiOah3h6xdVNiFdqufXD2+x8B3t9m7dXo
MJJg6yC1WBXi+2uRRVxbEa9NsIwkNYxtb5o5RFi14/oGSjTEHgOaNfie7br3jmrI
D7eZlCMS+bjhdDrB6y9UegwA1ceXGp0wDFChVGQrOeLchsbjKRc8gHRGsbfYTlJo
PKvAbFjUhvilk8+Mdo4B8vCsCsW6KiUtHQhnFLijuLyWGPKjcuCFb47zGCC3kum2
kWk5a6PdyWibgvR2DU/RUbjg8xvK7TnD3E6wOg/7zfdyk0P4xkibUhu59RSmYuNR
X1cms6X7NbbX6ckvvTVwIhDJhZt6Lu9MuWT+8dpBbFGa4dgFiNvMIwLbXFUcIQJA
6T3ltOzsysC8LHby5iJw0CScpWjqAXt5YQjXKhRpP8NpOANfrN+3cw7lL+DSI2jY
JndDRASCDsDAolsN/0rvrfMj8xhppcfdttyfwLT0gz0KQkK77QtyoD20xCb76xve
K8dAKz+7b2SH6O9jlh1orRLD5MHlydFCj+dpRkQVqAUVhpf6T6GkECvvvM91Owyi
Bx2gzI0Qs9e7VRFmC3+kjKXhZU+C+9qF1XdkuvGRuq186AqEWzzrINEmSbSUPx31
uXNVfVkFOc4=
=veXe
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Sleep functionality for Speakup with XWindow
Sleep functionality for Speakup with XWindow Sean Murphy
` Jim Grimsby JR.
` David Csercsics
@ ` Samuel Thibault
2 siblings, 0 replies; 6+ messages in thread
From: Samuel Thibault @ UTC (permalink / raw)
To: Speakup is a screen review system for Linux.
Hi,
Sean Murphy, le Tue 21 Nov 2006 20:14:02 +1100, a écrit :
> I would like Speakup to go into a sleep mode when you switch to a XWindow console.
Oh, that's not the case already? Speakup would just need to watch for
VT switch, and check whether vc->vc_mode is KD_TEXT or KD_GRAPHICS.
Samuel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~ UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
Sleep functionality for Speakup with XWindow Sean Murphy
` Jim Grimsby JR.
` Michael Whapples
` Chris Norman
` David Csercsics
` Samuel Thibault
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).