FW: [Nvda-devel] FW: [nvda] NVDA Plugin Development Help!
Hi James, See the below response from one of the NVDA developers. Cheers, Joseph
From: James Teh [mailto:jamie@...]
Sent: Friday, June 9, 2017 6:59 PM To: NVDA screen reader development <nvda-devel@...> Subject: Re: [Nvda-devel] FW: [nvda] NVDA Plugin Development Help!
You can already navigate to next separator, which includes hr. To add more quick navs, you'd need to use the addQuickNav class method on the base browse mode document and also support that quick nav type in the _iterNodesByType method of the browse mode implementation for each browser; e.g. virtualBuffers/gecko_ia2.py for Firefox and Chrome. You'll need to work out how each browser exposes the thing you want to do the latter part.
|
|