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