derekriemer / nvda-notepadPlusPlus

GNU General Public License v2.0
28 stars 20 forks source link

Have NVDA do a readline when jumping inbetween paragraphs #1

Open frastlin opened 7 years ago

frastlin commented 7 years ago

Hello, Currently when one jumps between paragraphs with ctrl+[ and ctrl+] NVDA doesn't say anything. I would love it if NVDA would read the line that the cursor lands on. (please don't hard-code the ctrl+[ and ctrl+] as I would like to change the routing of these keys to ctrl+up and ctrl+down). Thank you,

derekriemer commented 7 years ago

Currently, this requires tying the keys, which means binding them in NVDA. You can change this in input gestures though. @tuukkao want to take this or should I?

tuukkao commented 7 years ago

I can't take this right now. I think we should investigate #5 and, if it can be made to work, implement it through events as opposed to tying keystrokes. If not then just do it like we've done with bookmarks, matching braces etc.