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

280 B

EmitEvent

Since: 20201031-154415-9614e117

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 for a detailed example of using this action.