Focus Events

:focus_by_name

When triggered with an interface name will focus that interface and restore the cursor position and visibility.

Vedeu.trigger(:_focus_by_name_, name) # or
Vedeu.focus_by_name(name)

:focus_next

When triggered will focus the next visible interface and restore the cursor position and visibility.

Vedeu.trigger(:_focus_next_) # or
Vedeu.focus_next

:focus_prev

When triggered will focus the previous visible interface and restore the cursor position and visibility.

Vedeu.trigger(:_focus_prev_) # or
Vedeu.focus_previous