pub type KeySequenceBuilder = InputSequenceBuilder<KeyChord, (), ()>;
Expand description
Represents a key sequence builder
Aliased Type§
struct KeySequenceBuilder {
pub system: (),
pub acts: Vec<KeyChord>,
pub time_limit: Option<TimeLimit>,
/* private fields */
}
Fields§
§system: ()
The action when to run when sequence matches
acts: Vec<KeyChord>
Sequence of acts that trigger input sequence
time_limit: Option<TimeLimit>
Optional time limit after first match