Type Alias KeySequence

Source
pub type KeySequence = InputSequence<KeyChord, ()>;
Expand description

Represents a key sequence

Aliased Type§

struct KeySequence {
    pub system_id: SystemId,
    pub acts: Vec<KeyChord>,
    pub time_limit: Option<TimeLimit>,
}

Fields§

§system_id: SystemId

Event emitted

§acts: Vec<KeyChord>

Sequence of acts that trigger input sequence

§time_limit: Option<TimeLimit>

Optional time limit after first match