pub fn focus_shortcut( child: impl UiNode, shortcuts: impl IntoVar<Shortcuts>, ) -> impl UiNode
P Keyboard shortcuts that focus this widget or its first focusable descendant or its first focusable parent.
P