From: David <david.a.borowski@gmail.com>
To: speakup@linux-speakup.org
Subject: Fixed help quitting after first key bug
Date: Tue, 27 Dec 2016 10:31:03 -0500 [thread overview]
Message-ID: <20161227153103.GA12350@my-p4> (raw)
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!
reply other threads:[~ UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161227153103.GA12350@my-p4 \
--to=david.a.borowski@gmail.com \
--cc=speakup@linux-speakup.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).