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

NVDA remains silent when checking the time while speech is set to on-demand #52

Open
pbsinnett opened this issue Sep 11, 2024 · 2 comments · May be fixed by #55
Open

NVDA remains silent when checking the time while speech is set to on-demand #52

pbsinnett opened this issue Sep 11, 2024 · 2 comments · May be fixed by #55

Comments

@pbsinnett
Copy link

It seems that when NVDA's speech is set to on-demand, NVDA won't speak when trying to check the time.

Steps to reproduce

  1. Pres NVDA+S to switch speech to on-demand.
  2. Press NVDA+F12 to check the time. NVDA doesn't speak.
@kefaslungu
Copy link

Hi,

The reason is backward compatibility.

This addon is compactable with NVDA 2019.3 and later. However, speakOnDemand feature is introduced in NVDA 2024.1.

Never the less, I'll look into it later today.

@kefaslungu kefaslungu linked a pull request Feb 12, 2025 that will close this issue
@kefaslungu
Copy link

Hello again,

A PR has been sent to fix this issue #55 .

  • SpeakOnDemand is available on NVDA 2024.x.
  • SpeakOnDemand is not available for NVDA versions prior to versions 2024.x.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants