Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upPressing numlock while in input help mode may confuse beginner users #4226
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by jteh on 2014-06-26 11:20 |
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by nvdakor on 2014-06-26 11:21 |
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by mdcurran (in reply to comment 1) on 2014-06-26 11:34 |
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by briang1 on 2014-06-26 15:46 |
This comment has been minimized.
This comment has been minimized.
|
Comment 5 by jteh on 2014-06-26 23:54
|
This comment has been minimized.
This comment has been minimized.
|
Comment 6 by Michael Curran <mick@... on 2014-06-27 05:04
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 7 by Michael Curran <mick@... on 2014-07-11 23:39
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 8 by mdcurran on 2014-07-11 23:39 |
nvaccessAuto commentedJun 26, 2014
Reported by mdcurran on 2014-06-26 11:15
A. If you turn on numlock while in input help mode, it is impossible to exit input help mode unless you turn off numlock first. Obviously this makes sense to the advanced user, but for a beginner user, they would be under the assumption that while in input help mode they can press any key or key combinations they like, and still be able to then press NVDA+1 to exit input help mode. But if they happen to tap numlock, this will not be true.
B. Pressing numlock while in input help mode, NVDA only announces "numlock" but not its new state (on or off). Again this leads to the confusion about what the key press actually did.
C. The Windows internal key state seems to get confused if you perform the following actions:
sighted person reports that the numlock light does not come on
says numlock+numpad6
says 6
says numlock on
says 6
says numlock off
announces the next word
In short, following those steps shows that NVDA is badly screwing up Windows' idea of numlock toggling.
The problem is even worse if you're using Mouse keys. It is impossible to turn off numlock at all while in input help once it is on.
Possible solutions:
I think the best one would be to simply block numlock from passing to the Operating System while in input help if at all possible. It is possible to assign scripts to keys requiring numlock, so I can see the argument that you may want numlock to work. But based on the above rather serious issues, I think it best that we don't worry about that usecase. Or at least remember that you can turn on numlock first and then turn on input help with extended insert if you really must do that.
Some other options: