Official version 1.02 released (see first post of this thread).
Hi Quin, thanks again for your feedback!
Quin wrote:
This version works great! There's only one bug that still exists. It's not a massive deal, but all three of the controls, e.g. windows character map, new, etc., should have a role of "button". ButtonImageGadgets do this by default, CanvasGadgets do not. This sort of goes hand-in-hand with how the screen reader reads it. It at least says the name now rather than just paine, so it's a huge improvement, it just sounds like I may be clicking on static text

.
I'm aware of that issue. But to be honest, I wouldn't like to use ButtonImageGadget instead of CanvasGadget/HyperLinkGadget there. :-/
PureBasic actually should offer more features for supporting accessibility.
Quin wrote:
Being able to hide the window helps greatly too.
It was already possible in version 1.00 by simultaneously pressing the [Windows] key and the [DownArrow] key. AFAIK this is a standard in modern Windows versions. Using [Esc] for this purpose is just an additional option now..
Quin wrote:
Thanks again, and I now await the (hopeful) future with an assignable global hotkey
You can pass a global hotkey for unhiding the program as command-line parameter (see documentation).
The option to assign keyboard shortcuts to individual entries in the character list is on my ToDo list for a future version.
