pub fn click_shortcut(
child: impl IntoUiNode,
shortcuts: impl IntoVar<Shortcuts>,
) -> UiNodeExpand description
P Keyboard shortcuts that focus and clicks this widget.
When any of the shortcuts is pressed, focus and click this widget.
pub fn click_shortcut(
child: impl IntoUiNode,
shortcuts: impl IntoVar<Shortcuts>,
) -> UiNodeP Keyboard shortcuts that focus and clicks this widget.
When any of the shortcuts is pressed, focus and click this widget.