Page 1 of 1

Allow selecting options in an OptionGadget() with the arrow keys

Posted: Fri Feb 21, 2025 11:11 pm
by Quin
In PB 5.61's changelog, this is written:
- Fixed: Fix a lot of bugs. Notable bug fixes are prototype and quad return were broken, MacBook Pro crash, and optionGadget on Windows now support keyboard.
However, this is very much not the case. LittleJohn posted code to achieve this behavior in your apps for a specific group of radio buttons, but it would be really nice if this support could be built into PB. As it is it is currently impossible for me to change indentation options in the IDE with a screen reader because of not being able to select options with the arrow keys. I'd almost call this a bug rather than a feature request...

Re: Allow selecting options in an OptionGadget() with the arrow keys

Posted: Mon Feb 24, 2025 12:49 am
by nsstudios
+1
Not being able to use arrows to select radio buttons is why I generally avoid using it.
It would be nice to be able to use it properly.

Re: Allow selecting options in an OptionGadget() with the arrow keys

Posted: Mon Feb 24, 2025 1:20 am
by BarryG
+1

My blind user has requested this.

Re: Allow selecting options in an OptionGadget() with the arrow keys

Posted: Tue Feb 25, 2025 7:34 pm
by Little John