You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I want to put focus to Bar Button on some shortcut key
So can you add focusNode to BarButton and I will use focusNode.requestFocus() to put focus on bar button.
For Example:
Open file Submenu on Pressing F key
The text was updated successfully, but these errors were encountered:
I tried implementing the focusNode functionality. Unfortunately, using focusNode.requestFocus() neither opens nor focuses the bar button, so it wouldn't work. I will leave the issue open though as it may be possible in the future.
Hi
I want to put focus to Bar Button on some shortcut key
So can you add focusNode to BarButton and I will use focusNode.requestFocus() to put focus on bar button.
For Example:
Open file Submenu on Pressing F key
The text was updated successfully, but these errors were encountered: