Skip to content
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

Open
sthibaul opened this issue Jan 5, 2021 · 4 comments
Open

spelling words with military letter pronunciation #5

sthibaul opened this issue Jan 5, 2021 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sthibaul
Copy link
Contributor

sthibaul commented Jan 5, 2021

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.

@sthibaul sthibaul added enhancement New feature or request help wanted Extra attention is needed labels Jan 5, 2021
@SikkiLadho
Copy link
Contributor

Hi,
I'd like to contribute to Speakup and help solve this issue. I'd ask a few questions to understand the issue.

Speakup only allows me military letter pronunciation when I hit the
speak letter key twice

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.

and only speaks the letter where the cursor rests

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.

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.

How would this feature different from current military spelling speakup has with spk_key + 5?

@sthibaul
Copy link
Contributor Author

It looks so to me, indeed.

@sthibaul sthibaul reopened this Oct 20, 2022
@sthibaul
Copy link
Contributor Author

Some user answered:


I like the way Jaws in windows will speak letter's phonetically if paused
on the character while arrowing through a word.

@SikkiLadho
Copy link
Contributor

Some user answered:

“ I like the way Jaws in windows will speak letter's phonetically if paused on the character while arrowing through a word. ”

I'll be working on it, but I think this issue is similar to #6.

intel-lab-lkp pushed a commit to intel-lab-lkp/linux that referenced this issue Nov 15, 2022
…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<mushi.shar@gmail.com>
sthibaul pushed a commit that referenced this issue Nov 15, 2022
…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<mushi.shar@gmail.com>
Message-Id: <20221115094812.81632-3-mushi.shar@gmail.com>
intel-lab-lkp pushed a commit to intel-lab-lkp/linux that referenced this issue Nov 15, 2022
…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<mushi.shar@gmail.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
ammarfaizi2 pushed a commit to ammarfaizi2/linux-block that referenced this issue Nov 23, 2022
…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<mushi.shar@gmail.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Link: https://lore.kernel.org/r/20221115100530.91174-3-mushi.shar@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants