From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from iona.labri.fr ([147.210.8.143]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1GnGTb-0000uZ-00 for ; Thu, 23 Nov 2006 10:26:59 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by iona.labri.fr (Postfix) with ESMTP id 1086D10176B for ; Thu, 23 Nov 2006 16:26:24 +0100 (CET) X-Virus-Scanned: amavisd-new at labri.fr Received: from iona.labri.fr ([127.0.0.1]) by localhost (iona.labri.fr [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MqFt7P4E6i50 for ; Thu, 23 Nov 2006 16:26:23 +0100 (CET) Received: from implementation.famille.thibault.local (laptop-147-210-129-250.labri.fr [147.210.129.250]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by iona.labri.fr (Postfix) with ESMTP id 99A3B101763 for ; Thu, 23 Nov 2006 16:26:23 +0100 (CET) Received: from samy by implementation.famille.thibault.local with local (Exim 4.63) (envelope-from ) id 1GnBlR-0000pf-BV for speakup@braille.uwo.ca; Thu, 23 Nov 2006 11:25:05 +0100 Date: Thu, 23 Nov 2006 11:25:05 +0100 From: Samuel Thibault To: "Speakup is a screen review system for Linux." Subject: Re: Sleep functionality for Speakup with XWindow Message-ID: <20061123102505.GA3113@implementation> References: <002901c70d4d$74e731e0$f300a8c0@blake7> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <002901c70d4d$74e731e0$f300a8c0@blake7> User-Agent: Mutt/1.5.11 Content-Transfer-Encoding: quoted-printable X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.9 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Nov 2006 15:27:00 -0000 Hi, Sean Murphy, le Tue 21 Nov 2006 20:14:02 +1100, a =E9crit : > I would like Speakup to go into a sleep mode when you switch to a XWind= ow 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