From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id EB9C11EF69C; Mon, 28 Jul 2014 04:59:13 -0400 (EDT) Received: from mail-vc0-x22f.google.com (mail-vc0-x22f.google.com [IPv6:2607:f8b0:400c:c03::22f]) by befuddled.reisers.ca (Postfix) with ESMTPS id 300FE1EF699 for ; Mon, 28 Jul 2014 04:59:12 -0400 (EDT) Received: by mail-vc0-f175.google.com with SMTP id ik5so1876046vcb.34 for ; Mon, 28 Jul 2014 01:59:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Sb03FpPcLBgLGGWuWLKl5FkcUakesAydcJbt95MI4Jo=; b=E27vWbY37bHegKwaPrRF7w2vbzx95WZNOQuPZdtPm57idAzfvo++rlJNF1R0qeavUM Afkk7mOl8Rwm5xSdt24xHoyFrsQ6ULce9kLLruIszc97t2oO1enJyEP1lh5fpZsgqDek wI1Dv73h4QEVn7P/9/4R6hfvyR8Ll9DgZ3JxN9hMAqhI+kwhePifOI/Y20BpTiQMN5xR bjiv3WYAOe45dlpTSM8+OPAs0CyEZkE7tCBzF/J3RvmWxGIzQeWC9NiQIva2QNQ9gUKp ImXZUJX/iAYNNvayOl9Z71rXf03fB1ku6cOt9sv+iQyujoJ9NLesoHVh7T4LOQES9n0s Iepg== MIME-Version: 1.0 X-Received: by 10.52.28.231 with SMTP id e7mr4913901vdh.55.1406537949757; Mon, 28 Jul 2014 01:59:09 -0700 (PDT) Received: by 10.58.188.99 with HTTP; Mon, 28 Jul 2014 01:59:09 -0700 (PDT) In-Reply-To: <53D582C8.6060809@gmail.com> References: <87a97w81sf.fsf@mushroom.PK5001Z> <20140727101028.GA29489@jdc.jasonjgw.net> <871tt6985y.fsf@mushroom.PK5001Z> <53D582C8.6060809@gmail.com> Date: Mon, 28 Jul 2014 10:59:09 +0200 Message-ID: Subject: Re: python programming From: Rynhardt Kruger To: "Speakup is a screen review system for Linux." Content-Type: text/plain; charset=UTF-8 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.16 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, 28 Jul 2014 08:59:14 -0000 A while ago I modified Speakup to beep when moving by line, with the pitch of the beep reflecting the line's indentation. You can find the git repo at: git://github.com/rynkruger/speakup.git This version contains a new object in /sys/accessibility/speakup called indent_beep. Echo 1 to this file to enable the feature. Take care, Rynhardt On 7/28/14, Kyle wrote: > Orca has a setting that will speak indentation. It's especially good for > Python, where spacing matters. You can find the setting in preferences > -> speech -> speak indentation and justification. If this option is > turned on, a line all the way to the left is just read out normally, and > an indented line will speak the number of spaces of indentation at the > beginning of the line. With this option turned on, it is possible to > correctly write Python scripts in any editor, even Gedit and Pluma. Hope > this helps. > ~Kyle > http://kyle.tk/ > -- > "Kyle? ... She calls her cake, Kyle?" > Out of This World, season 2 episode 21 - "The Amazing Evie" > _______________________________________________ > Speakup mailing list > Speakup@linux-speakup.org > http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup >