From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fox-host189.dsl.visi.com ([208.42.144.189] helo=fox.sector14.net) by speech.braille.uwo.ca with esmtp (Exim 3.32 #1 (Debian)) id 16UfXx-0003Jg-00 for ; Sat, 26 Jan 2002 21:59:58 -0500 Received: from greatmachine ([199.17.219.218]) by fox.sector14.net (8.11.1/8.11.1) with SMTP id g0R2xmX47690 for ; Sat, 26 Jan 2002 20:59:48 -0600 (CST) (envelope-from capeterson@visi.com) Message-ID: <000701c1a6de$86bc1c30$6801030a@greatmachine> From: "Chris Peterson" To: References: <000e01c1a6b2$53c2a820$6801030a@greatmachine> <001701c1a6d2$26881500$6801030a@greatmachine> <005b01c1a6d9$92c9d760$0100a8c0@tward> Subject: Re: development questions Date: Sat, 26 Jan 2002 20:58:33 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.7 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: Yeah, I found it... I might see if I can still change my order... Chris ----- Original Message ----- From: "Thomas Ward" To: Sent: Saturday, January 26, 2002 8:23 PM Subject: Re: development questions > There is a Double Talk LT driver already. > > ----- Original Message ----- > From: Chris Peterson > To: > Sent: Saturday, January 26, 2002 8:30 PM > Subject: Re: development questions > > > > > > ----- Original Message ----- > > From: "Kirk Reiser" > > To: > > Sent: Saturday, January 26, 2002 5:38 PM > > Subject: Re: development questions > > > > > > > Well, the best way to start is to install speakup into a kernel and > > > start using it. You can find out about the keymap by reading the > > > > I'm waiting for my doubletalk pc to come so I can do that. Btw, is there > > any plan to write a driver for the doubletalk lt? > > > > > keymap tutorial in /usr/src/linux/Documentation/speakup. Basically > > > > >The following is from that tutorial: > > >keycode 72 = 0x0d0a > > > altgr keycode 72 = 0x0d20 > > >#keycode 72 = KP_8 > > > alt keycode 72 = Ascii_8 > > > > > >Notice that the only thing which has changed on the first line is the > > >function called when the key is struck. It is a hexadecimal number > > >identifying the function called in a look up table. It is not a > > >symbolic representation yet because that means we need to change the > > >loadkeys program to understand our symbolic names. We will do this in > > >the future but for now it is more expedient to just use the table > > >indices. You will find a table at the bottom of this document > > >listing the review functions and their corresponding hex lookups. > > > > > > Okay, so where is that lookup table stored? I can read the one at the > botom > > of the tutorial, but I want to know where this is actually stored so I can > > understand how to add my own functions to it. Perhaps I didn't phrase my > > initial question well or I had to many questions in one message. > > > > Thanks, > > Chris > > > > > > > > _______________________________________________ > > Speakup mailing list > > Speakup@braille.uwo.ca > > http://speech.braille.uwo.ca/mailman/listinfo/speakup > > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup > >