Sha256: d812691f77f41dc427a283d7e13447f6a0ee0fb3447c9d22c7a1e9616ea0c630
Contents?: true
Size: 679 Bytes
Versions: 7
Compression:
Stored size: 679 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
7 entries across 7 versions & 1 rubygems