1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-04 17:45:23 +03:00
wezterm/docs/config/lua/keyassignment/EmitEvent.md

11 lines
280 B
Markdown
Raw Normal View History

2020-10-10 20:49:36 +03:00
# EmitEvent
*Since: 20201031-154415-9614e117*
2020-10-10 20:49:36 +03:00
This action causes the equivalent of `wezterm.emit(name, window, pane)` to be
called in the context of the current pane.
See [the Custom Events example](../wezterm/on.md#custom-events) for a detailed
example of using this action.