Module zellij_utils::input[][src]

Expand description

The way terminal input is handled.

Modules

actions

Definition of the actions that can be bound to keys.

config

Deserializes configuration options.

keybinds

Mapping of inputs to sequences of actions.

options

Handles cli and configuration options

theme

Functions

cast_termion_key
get_mode_info

Creates a [Help] struct indicating the current InputMode and its keybinds (as pairs of Strings).

parse_keys