pub type KeybindsVec = Vec<(InputMode, Vec<(KeyWithModifier, Vec<Action>)>)>;
pub struct KeybindsVec { /* private fields */ }