Skip to main content

KeybindsVec

Type Alias KeybindsVec 

Source
pub type KeybindsVec = Vec<(InputMode, Vec<(KeyWithModifier, Vec<Action>)>)>;

Aliased Typeยง

pub struct KeybindsVec { /* private fields */ }