If you are running a laptop, NVDA will now announce changes to whether a charger is plugged in and more. #4612 (#6320)
* If you are running a laptop, NVDA will now announce changes to whether a charger is plugged in.
Changes to the orientation of the screen are now announced, For example, turning a laptop so it is situated with the longer side horizontal, you'll hear or feel "Landscape"
* Add copyright info
* Fix gramar error
* Address review actions
* Remove the initializing cache, and add it as an argument.
* Move comment into block
* Use hiword and lowword
* Move the comment up
* Review actions, change from using an init param to using a try/except/finally
* fix this last review action
I took a longer but more clear approach.
* Fix NIT
* Add caching
* Fix review actions, and implement screen flip detection.
* Fix review actions