Select button of ComponentWithBrowseButton using keyboard
Hi
Using a TextFieldWithBrowseButton in a UI, how can the user navigate to the ellipsis using the keyboard?
The open api says...
// FixedSizeButton isn't focusable but it should be selectable via keyboard.
myDoClickAction = new MyDoClickAction(myBrowseButton);
...but I do not know how to interpret nor achieve this.
Thanks for any hints.
--Etienne
Please sign in to leave a comment.
Did you try to press Shift+Enter?
etienne wrote:
--
Martin Fuhrer
Fuhrer Engineering AG
http://www.fuhrer.com
Great! I would not have thought of that.
Thanks a lot.
--Etienne