Type Alias zellij_utils::data::KeybindsVec

source ·
pub type KeybindsVec = Vec<(InputMode, Vec<(Key, Vec<Action>)>)>;

Aliased Type§

struct KeybindsVec { /* private fields */ }