Description
Describe the problem
The "Library Manager" and "Boards Manager" views provide the following important capabilities for management of sketch dependencies:
- Installation
- Update
- Uninstallation
The uninstall capability uses an odd interface where the "INSTALLED" label shown near the top right corner of the entries of dependencies that are currently installed on the user's system becomes an "UNINSTALL" button when the mouse pointer is hovered over the label.
An essential requirement for accessibility, as well as for the convenience of all users, is that all elements of the Arduino IDE UI be usable by keyboard alone.
🐛 It is impossible to uninstall libraries and boards platforms via the "Library Manager" and "Boards Manager" views using a keyboard.
To reproduce
Attempt to uninstall any installed library or boards platform using the keyboard alone.
🐛 Even thought it is possible to select the "INSTALLED" label using the enhanced navigation capabilities of Windows Narrator or NVDA (in "browse mode"), it is impossible to trigger an uninstall using the keyboard.
Expected behavior
The uninstall capability of Library Manager and Boards Manager is easy to access using a keyboard.
Arduino IDE version
Operating system
Windows
Operating system version
10
Additional context
Related:
- Accessibility: Screenreader semantics and keyboard navigation could use some TLC #360
- Make Boards/Library Manager uninstall functionality easier to find #19
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details