From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id DDF0C1EFAF4; Tue, 13 Sep 2016 12:25:29 -0400 (EDT) Received: from mail-it0-f52.google.com (mail-it0-f52.google.com [209.85.214.52]) by befuddled.reisers.ca (Postfix) with ESMTPS id 8DF381EF9D2 for ; Tue, 13 Sep 2016 12:25:28 -0400 (EDT) Received: by mail-it0-f52.google.com with SMTP id n143so45427031ita.1 for ; Tue, 13 Sep 2016 09:25:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=LdCFadLXiS1IG0qGb5qmVtfrsDnE9IIOqtJMk/v0F/A=; b=LDbLVITWdgX6SWGeDa4UOVuSdXLBJvwCyJrCIX9RU8X9xzRMUbacLlQY6K6spaSYJz 0Im7SxboJGA1x6IIXj+v+8ZGr+PceImZ99DzKdXJ2qAbLPVSiaL1DdWm4BbUSdjmeE7y WCufPmsNg6HgP6QYMfLA28yYrqLK9+Fgzk6J+IEYjKJwWBmq84f2OHro25Zn06JonrwA TDfo/Jb8xJzuom2Rxbjo98LtC6il3fsGl+OwFwgId060qZhaj5lvAS7T0OnZqeV8wfkc cDcixaweBwu+3ozIRrjkTQ+S6f4Z4LeUWi58Q1IV7/whb6JTcMhzlm/CnEBJn6g36nO9 HJvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=LdCFadLXiS1IG0qGb5qmVtfrsDnE9IIOqtJMk/v0F/A=; b=dF54IHDi05gUrK9tEDZB/DM7uv7LMBQy4L0CMpxWE9KS7c6YfXSQkA37p04GU5rFdb bB9K7C0dCwwOESEYB6bXTqiv3pr3QkMtxV63EKy9t6oiurLxhrifmPhflzMKt9agy/sq 3xqgDj9CqPKagfaxiYZuQmeVntW7VRH6nNfAZLqwd5aKf1w+1Rntm2F/kV237B+5CH6C o2LVaJNWjuu1IK+IBkAU3Jla5eus2Vyz38AI9ZrHKjbmNG76Osap17zNHQgkP8cpuX4H fp8VZxO5Pk/vpWsw+4AnTEv62rOADBlX+HptxgSkjTDnuoZph9QOHETvUr2nSo3qCVvj lL5w== X-Gm-Message-State: AE9vXwNzwJGzej0eD+YhQfAN8F1qKlmr95GKnAeVqhWj/SOPw7lm9RN/UVyRGtiDefEoxQ== X-Received: by 10.107.165.80 with SMTP id o77mr2867557ioe.118.1473783863347; Tue, 13 Sep 2016 09:24:23 -0700 (PDT) Received: from db (CPEc03fd54e25a1-CM00fc8d424d60.cpe.net.cable.rogers.com. [99.236.54.233]) by smtp.gmail.com with ESMTPSA id z130sm1998334iod.17.2016.09.13.09.24.21 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 13 Sep 2016 09:24:22 -0700 (PDT) Date: Tue, 13 Sep 2016 12:24:20 -0400 From: David To: speakup@linux-speakup.org Subject: Re: Speakup Digest, Vol 156, Issue 11 Message-ID: <20160913162419.GA26922@db> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2016 16:25:29 -0000 I have already done a goto word end, speakup numeric 6 I have decided to leave goto with a slight mod. I want a general get buffer routine so that means you press enter to actually start the goto/find function. the old double goto for no input could still work if you press it within the double press interval. I am also adding a general variable adjust handler which will be mapped to spk shift f1 On rare occasions I have wanted to adjust something which does not hav a key combination mapped to it so I want a way to adjust it. Also route system to speakup cursor is going to be spk space. It will only probably work properly in programs which move the cursor in the expected manner one fake key press means move one line/column.