-
-
Notifications
You must be signed in to change notification settings - Fork 783
extensionPoints: Notify when NVDA is in browse mode #14969
Copy link
Copy link
Closed
Labels
Addon/APIChanges to NVDA's API for addons to support addon development.Changes to NVDA's API for addons to support addon development.p5https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Milestone
Metadata
Metadata
Assignees
Labels
Addon/APIChanges to NVDA's API for addons to support addon development.Changes to NVDA's API for addons to support addon development.p5https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Add-ons may need to be notified when NVDA is in browse mode, for example to activate and deactivate profiles when entering and exiting browse mode, respectively.
Describe the solution you'd like
Add extensionPoints to notify when NVDA is in browse modeor not (i.e., in focus mode or not in a treeInterceptor).
Describe alternatives you've considered
Adda profile trigger for browse mode, which may take priority over the profile application trigger.
Additional context
Sometimes maybe useful to change voice settings to read in browse mode. This has been requested by a member of the spanish community on a Telegram group.