mltony / nvda-sentence-nav

SentenceNav is an NVDA add-on that allows you to read text by sentences, as opposed to by paragraphs or words.
GNU General Public License v2.0
13 stars 8 forks source link

If not in an edit field, pass keys to NVDA #3

Closed jhomme closed 4 years ago

jhomme commented 6 years ago

The add-on tries to find sentences in list boxes and combo boxes. ALT+DownArrow and ALT+UpArrow are normal Windows keys in those situations. Can the add-on ignore these keys in those situations?

mltony commented 5 years ago

SentenceNav definitely passes through Alt+Up?Down in ComboBoxes. Since version 2.0 I think it also passes them through in List views. If you still encounter any cases when it doesn't happen - please send me step-by-step instruction how to reproduce this issue.