From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-gy0-f170.google.com (mail-gy0-f170.google.com [209.85.160.170]) by speech.braille.uwo.ca (Postfix) with ESMTP id A14FFC1A367 for ; Fri, 2 Jul 2010 17:29:29 -0400 (EDT) Received: by gyd5 with SMTP id 5so2114455gyd.29 for ; Fri, 02 Jul 2010 14:27:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=z1wjh26yAHH76amQzRRWxmb8JChDA36IpihwzeZoANA=; b=uOiGHZUfPnVZmQLUnXHRHe4bSXzJZffJodAG/txG+Bp14gZCCQb+E2771JSt6H+o1o 8SHuhbI2/wDa6XWBt0eJ6x3GcdG4hK/o4K4Oz5HlIH+CaeSAbwPvNxoyPDD9PYmcdtQH OuyhMteH2E+z8MqanjVhiOssiySt0c1nglolo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; b=k5VZzUPSG5hVwQmFcX6OX0pNDzjE5vQec//+al4dMBvulMqVDhpg4xvWrN6uqTShdY aTuAG8fqCLw6U8gqCxp0iAM/UiZcfqseDxU22oL89trICMUkP8c1EuB5uF+dgZ7grxaV nnyNM5h/w0TFUjudGEnO63hoUKoRwvFUTt248= Received: by 10.100.164.4 with SMTP id m4mr1463006ane.186.1278106065097; Fri, 02 Jul 2010 14:27:45 -0700 (PDT) Received: from linux1 (cpe-76-183-49-63.tx.res.rr.com [76.183.49.63]) by mx.google.com with ESMTPS id p8sm2464854ybk.15.2010.07.02.14.27.42 (version=SSLv3 cipher=RC4-MD5); Fri, 02 Jul 2010 14:27:44 -0700 (PDT) Received: by linux1 (sSMTP sendmail emulation); Fri, 02 Jul 2010 16:27:42 -0500 Date: Fri, 2 Jul 2010 16:27:42 -0500 From: William Hubbs To: "Speakup is a screen review system for Linux." Subject: Re: synth_direct usage question Message-ID: <20100702212742.GA2000@linux1> Mail-Followup-To: "Speakup is a screen review system for Linux." References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.13 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: Fri, 02 Jul 2010 21:29:29 -0000 Hi Willem, On Fri, Jul 02, 2010 at 10:29:15AM +0200, Willem van der Walt wrote: > Good day, > I were under the impression that I can echo a 1 to the synth_direct ebntr= y=20 > in the /sys/accessibility/speakup directory to tell speakup to just pass= =20 > the punct/special chars directly to the synthesizer. Actually the sys file you should be using is /sys/accessibility/speakup/[synthname]/direct for example, /sys/accessibility/speakup/soft/direct. The one you are using is for sending text or commands directly to the synthesizer. William