From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from acsinet12.oracle.com (acsinet12.oracle.com [141.146.126.234]) by speech.braille.uwo.ca (Postfix) with ESMTP id 93DE510A72 for ; Mon, 13 Jul 2009 14:05:42 -0400 (EDT) Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet12.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n6DI5SG8025364 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 13 Jul 2009 18:05:29 GMT Received: from abhmt008.oracle.com (abhmt008.oracle.com [141.146.116.17]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n6DI7Zfe002555 for ; Mon, 13 Jul 2009 18:07:35 GMT MIME-Version: 1.0 Message-ID: <50b33870-ed36-4a3a-b6f7-8f0a6af40590@default> Date: Mon, 13 Jul 2009 11:05:21 -0700 (PDT) From: Don Raikes To: "speakup (E-mail)" Subject: developing accessible console applications X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 1.5.1.2 (306040) [OL 9.0.0.6627] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Source-IP: abhmt008.oracle.com [141.146.116.17] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010206.4A5B7773.0214:SCFSTAT5015188,ss=1,fgs=0 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.12 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: Mon, 13 Jul 2009 18:05:42 -0000 Hi all, Does anyone have any good tips on how to create real accessible console-bas= ed applications? ones that work really well with speakup and/or brltty? I have several projects in mind, but from what I have seen of the ncurses l= ibraries, they tend to generate somewhat inaccessible applications especial= ly when using hte menus and listboxes. Any suggestions appreciated.