Sha256: 6547bd98f656402c44ce6a40b01c3f18be073988047057c22620d0ae481f59a5
Contents?: true
Size: 685 Bytes
Versions: 6
Compression:
Stored size: 685 Bytes
Contents
# @title Vedeu Focus Events ## Focus Events Note: 'name' is a Symbol unless mentioned otherwise. ### `:_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
Version data entries
6 entries across 6 versions & 1 rubygems