-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spelling words with military letter pronunciation #5
Comments
Hi,
According to docs here1, speak letter key is the insert button. In the same docs, key combination for military letter pronunciation is spk_key + 5.
I have tested spk_key + 5 on speakup_soft(and espeakup) and it pronounces the whole word in military letters no matter where the cursor is.
How would this feature different from current military spelling speakup has with |
It looks so to me, indeed. |
Some user answered: “ |
I'll be working on it, but I think this issue is similar to #6. |
…tter This patch includes an enhancement requested frequently on the mailing list.[1][2] It adds a variable, cur_phonetic in the spk_vars, which can be set as a module parameter, as well as in /sys/speakup/cur_phonetic. This patch also documents cur_phonetic as a sysfs attribute in sysfs-driver-speakup. When cur_phonetic=1, it causes speakup to speak letters phonetically if paused on the character while arrowing through a word. When a user does not set cur_phonetic to any value, the default value for it would be 0. [1]: linux-speakup/speakup#6 [2]: linux-speakup/speakup#5 since V1: - removed unnecessary lines Signed-off-by: Mushahid Hussain<[email protected]>
…tter This patch includes an enhancement requested frequently on the mailing list.[1][2] It adds a variable, cur_phonetic in the spk_vars, which can be set as a module parameter, as well as in /sys/speakup/cur_phonetic. This patch also documents cur_phonetic as a sysfs attribute in sysfs-driver-speakup. When cur_phonetic=1, it causes speakup to speak letters phonetically if paused on the character while arrowing through a word. When a user does not set cur_phonetic to any value, the default value for it would be 0. [1]: #6 [2]: #5 since V1: - removed unnecessary lines Signed-off-by: Mushahid Hussain<[email protected]> Message-Id: <[email protected]>
…tter This patch includes an enhancement requested frequently on the mailing list.[1][2] It adds a variable, cur_phonetic in the spk_vars, which can be set as a module parameter, as well as in /sys/speakup/cur_phonetic. This patch also documents cur_phonetic as a sysfs attribute in sysfs-driver-speakup. When cur_phonetic=1, it causes speakup to speak letters phonetically if paused on the character while arrowing through a word. When a user does not set cur_phonetic to any value, the default value for it would be 0. [1]: linux-speakup/speakup#6 [2]: linux-speakup/speakup#5 since V1: - removed unnecessary lines Signed-off-by: Mushahid Hussain<[email protected]> Reviewed-by: Samuel Thibault <[email protected]>
…tter This patch includes an enhancement requested frequently on the mailing list.[1][2] It adds a variable, cur_phonetic in the spk_vars, which can be set as a module parameter, as well as in /sys/speakup/cur_phonetic. This patch also documents cur_phonetic as a sysfs attribute in sysfs-driver-speakup. When cur_phonetic=1, it causes speakup to speak letters phonetically if paused on the character while arrowing through a word. When a user does not set cur_phonetic to any value, the default value for it would be 0. [1]: linux-speakup/speakup#6 [2]: linux-speakup/speakup#5 since V1: - removed unnecessary lines Signed-off-by: Mushahid Hussain<[email protected]> Reviewed-by: Samuel Thibault <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
From http://linux-speakup.org/pipermail/speakup/2021-January/062508.html
“
I recall a Vocal Eyes feature I used very often. When I hit the speak word key once, it would
speak the word, hit it twice it would spell the word, hit it thrice
it would spell the word with military alphabet pronunciation (alpha, bravo, charlie, etc).
Speakup only allows me military letter pronunciation when I hit the
speak letter key twice, and only speaks the letter where the cursor
rests. This makes it a kluge to hear the entire word spelled in military pronunciation.
A feature to tap the speak word key thrice to get military spelling
would be a great boon to those of us who are deaf as well as blind.
”
The text was updated successfully, but these errors were encountered: