CyrilleB79 / charInfo

This addon for NVDA screen reader provides detailed character information when pressing four times the review current character gesture.
GNU General Public License v2.0
1 stars 4 forks source link

Compatibility with NVDA 2021.1 for output reasons constants #2

Closed lukaszgo1 closed 3 years ago

lukaszgo1 commented 3 years ago

This simply uses REASON_CARET for NVDA versions older than 2021.1 and OutputReason for 2021.1

lukaszgo1 commented 3 years ago

@CyrilleB79 Done.

CyrilleB79 commented 3 years ago

Thanks @lukaszgo1.