Sha256: 6f9d9ce2ca41f667b177014c0e32f9754b0a39dbab4e067f83c74068518b0dce
Contents?: true
Size: 625 Bytes
Versions: 12
Compression:
Stored size: 625 Bytes
Contents
# @title Vedeu Focus Events ## 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
Version data entries
12 entries across 12 versions & 1 rubygems