Skip to content

hwf1324/mouseEnhancement

Repository files navigation

Mouse Enhancement

This is a collection of enhancements for mouse usage in NVDA. Some features may be moved out as standalone features in the future.

Features

  • Fix mouse tracking in Electron apps (2024.4 only).
  • Fix a part of the NVIDIA Control Panel where the content of the static text description control is incorrect.
  • Fixed the problem that some buttons in PDFgear could not get the description text.
  • Mouse tracking can report the description of the option in the Git for Windows installer. (Individual options cannot be viewed individually.)

Changelog

0.3.0

  • Change the add-on name to: Mouse Enhancement. (Doesn't take into account add-on upgrades.)
  • Ignore the error when entering the security screen because the object does not have the windowClassName attribute.
  • Mouse tracking can report the description of the option in the Git for Windows installer. (Individual options cannot be viewed individually.)
  • Update add-on template.

0.2.0

  • Fix a part of the NVIDIA Control Panel where the content of the static text description control is incorrect.
  • Fixed the problem that some buttons in PDFgear could not get the description text.

0.1.0

  • Fix mouse tracking in Electron apps.

Acknowledgements

Thanks to @jcsteh for his guidance in fixing mouse tracking in the Electron app.