mirror of
https://github.com/lightsoutgames/godot-accessibility.git
synced 2024-11-12 16:45:56 +00:00
A screen reader for the Godot UI
Nolan Darilek
cafd50675b
Moving through every focusable widget by tab/shift-tab is very slow. This commit introduces the concept of groups--widgets that can be skipped through via ctrl-tab/ctrl-shift-tab. Right now this only includes containers where all children are focusable, but I'll expand the definition of groups over time to make navingating to large areas of the UI easier.. |
||
---|---|---|
.gitignore | ||
Accessible.gd | ||
icon.png | ||
LICENSE | ||
plugin.cfg | ||
Plugin.gd | ||
README.md | ||
ScreenReader.gd |
Godot Accessibility Plugin
This plugin implements a simplistic screen reader for user interfaces created with the Godot game engine. The goal is to enable the creation of audio games with Godot, as well as to add accessibility functionality to traditional UI-centric games.