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

Wifi signal strenght reading #1279

Closed
nvaccessAuto opened this issue Dec 15, 2010 · 9 comments
Closed

Wifi signal strenght reading #1279

nvaccessAuto opened this issue Dec 15, 2010 · 9 comments
Labels

Comments

@nvaccessAuto
Copy link

Reported by djblind on 2010-12-15 21:31
Nvda should read strenght of wifi signal on demand, (like battery status). A new command can be added to perform this.

@nvaccessAuto
Copy link
Author

Comment 1 by jteh on 2010-12-20 00:20
Tending towards a wontfix. We normally avoid adding specific commands like this, as the information is easily available elsewhere (in this case, in the system notification area of the taskbar). Battery status reading is a very special case, as it is so commonly required. If we add this, it sets a precedent for other system status reading commands.
Changes:
Milestone changed from None to None

@nvaccessAuto
Copy link
Author

Comment 2 by nvdakor on 2014-05-03 03:02
Hi,
Coming back to this one...
There are three workarounds:

  1. If using Windows 8.x, this can be obtained easily from Settings charm by looking at list of wireless networks. The signal strength is given as number of bars out of five.
  2. For other Windows versions, either looking at notification area of wireless status will work.
  3. One can work out a code to do this, then bundle this into an add-on (which I will not do because we're running out of keyboard commands).

@nvaccessAuto
Copy link
Author

Comment 3 by jteh on 2014-12-02 06:18
Do sighted users have easy access to this without clicking something? If so, where?

@dkager
Copy link
Collaborator

dkager commented Jul 5, 2017

Do sighted users have easy access to this without clicking something? If so, where?

Yes, in Windows 10 it is part of the visual appearance of the Wi-Fi icon in the taskbar.
So for Windows 10 there is some motivation to add a hotkey.

@jcsteh
Copy link
Contributor

jcsteh commented Jul 6, 2017

Fair enough. I think we'd take code for this, but it's not a priority for us.

@jcsteh jcsteh added feature and removed enhancement labels Jul 6, 2017
@fisher729
Copy link

Any updates on this?

@kvark128
Copy link
Contributor

Better use direct wlanapi calls instead of netsh, as implemented in this addon:
https://github.com/kvark128/WlanReporter/releases/download/2019.12.22/WlanReporter-2019.12.22.nvda-addon
The shortcut can be assigned in the category System status, in Input gestures dialog.

@feerrenrut
Copy link
Contributor

Since there are add-ons addressing this issue I'm going to close it.

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

No branches or pull requests

7 participants