key_sequence_to_strokes

Function key_sequence_to_strokes 

Source
pub fn key_sequence_to_strokes(
    seq: &KeySequence,
) -> Result<Vec<KeyStroke>, BindingParseError>
Expand description

Converts a KeySequence to a vector of KeyStroke.

ยงArguments

  • seq - The key sequence to convert