From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id DB8B71EFE50; Tue, 27 Dec 2016 10:31:11 -0500 (EST) Received: from mail-io0-x241.google.com (mail-io0-x241.google.com [IPv6:2607:f8b0:4001:c06::241]) by befuddled.reisers.ca (Postfix) with ESMTPS id D9CFE1EFD69 for ; Tue, 27 Dec 2016 10:31:06 -0500 (EST) Received: by mail-io0-x241.google.com with SMTP id f73so41000168ioe.2 for ; Tue, 27 Dec 2016 07:31:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=L/L5H7lMKx2f4+AlRt53F8IF5CuV8IGFonbiJklI1mc=; b=uhCMbq4wwVeoloPFy/OJ9MQEYlqnHtRECMzSabyTVXuWYqRvEWVE0ixucpq1M6mphT TKuAv7evK3pPkJ01W3+xNFVq1mvZLfH2DyJHzUVPnuy+qlPIgnvM4emfmEoCZ5WV2ndM 8MOuNftU2vwAEJ6DU8DbDCZoaEJs3Jz5y3B+m24pJxPwr6nyWjPLfv9SPnVwQy5bbE/P ZQgaPrtZNh7BQM/1cdQUwts0iZjG1fenaDAetY7kY+JZalxpaUCAAqnFfHWLrYb4lcJX FNvp6PmC4q1wZ+5useZoqWrUejaAhv0otT8LtUf+AOA03vEleKCiukU5YrApbzrpw2i0 vhLA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:user-agent; bh=L/L5H7lMKx2f4+AlRt53F8IF5CuV8IGFonbiJklI1mc=; b=N8mmD4u2mFOvai0ZO9vg1XcGoONoM1l73Wk09YQ2nYIE2e3/4YlqQmsenC/T9WuXYV XZHR5gUdZZawe+4pxt3/cmfRjI0pecRgyG4GRsHqIm2iT74rr9HWho/xj1aPZ0ogT/K9 F9AKjhTEqr0v/elvtK/AmvxmNSQOLpbR2OwDOzMEpcvaexz7H/EpEY2uO69NYsQTCCvE 7zljI92jCVj2QoWhEKpi+xIfOb9jHVkrvPvXSFy8geXq6t3gL/nefASDxfa63fG0NpS9 oYAqaklouE+zfK78R9jTZJCzwymNTJxBZkBCtJSYwb+RT1wtGmYj3+BCZaZf2RhU0nQs mK7A== X-Gm-Message-State: AIkVDXIGgWaQnDSkQXvN7aJRDPeX01Mgc+RntHYwQFPYWTLKID097mIwNq+bCiWoIpA6DQ== X-Received: by 10.107.186.86 with SMTP id k83mr24470603iof.199.1482852665608; Tue, 27 Dec 2016 07:31:05 -0800 (PST) Received: from my-p4 (CPEc03fd54e25a1-CM00fc8d424d60.cpe.net.cable.rogers.com. [99.236.54.233]) by smtp.gmail.com with ESMTPSA id q82sm20663844itd.10.2016.12.27.07.31.04 for (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 27 Dec 2016 07:31:05 -0800 (PST) Date: Tue, 27 Dec 2016 10:31:03 -0500 From: David To: speakup@linux-speakup.org Subject: Fixed help quitting after first key bug Message-ID: <20161227153103.GA12350@my-p4> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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.23 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, 27 Dec 2016 15:31:13 -0000 The file keyhelp.c had a bug. I had a line out of place. You can either patch it or get a new version from davidborowski.ddns.net. To pach it, edit keyhelp.c and at line 167 you should have if (key == KEY_SPACE) { take the line above this and move it down to just after the line spk_msg_say(MSG_DONE_HELP); Also, the cursor mode switch num-pad star does tell you the speakup control 8 if you go into the now fixed help system. I didn't know that there was a laptop equivalent for that key. Guess we can all learn something new!