forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
accessibility: speakup: phonetic spelling while arrowing letter by le…
…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]>
- Loading branch information
1 parent
3483741
commit e9fd54c
Showing
6 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,15 @@ Description: This controls cursor delay when using arrow keys. When a | |
characters. Set this to a higher value to adjust for the delay | ||
and better synchronisation between cursor position and speech. | ||
|
||
What: /sys/accessibility/speakup/cur_phonetic | ||
KernelVersion: 6.2 | ||
Contact: [email protected] | ||
Description: This allows speakup to speak letters phoneticaly when arrowing through | ||
a word letter by letter. This doesn't affect the spelling when typing | ||
the characters. When cur_phonetic=1, speakup will speak characters | ||
phoneticaly when arrowing over a letter. When cur_phonetic=0, speakup | ||
will speak letters as normally. | ||
|
||
What: /sys/accessibility/speakup/delimiters | ||
KernelVersion: 2.6 | ||
Contact: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters