Sha256: 75e2d08e7e1034ac3f3cfd9766cd28769478496cd616c3c9b57e04bd507e5ef0
Contents?: true
Size: 682 Bytes
Versions: 5
Compression:
Stored size: 682 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.6.32 | docs/events/focus.md |
vedeu-0.6.31 | docs/events/focus.md |
vedeu-0.6.30 | docs/events/focus.md |
vedeu-0.6.29 | docs/events/focus.md |
vedeu-0.6.28 | docs/events/focus.md |