smart_keymap::init

Type Alias Event

Source
pub type Event = Event;
Expand description

Alias for Event type; i.e. composite::Event.

Aliased Type§

enum Event {
    Chorded(Event),
    TapHold(Event),
    LayerModification(LayerEvent),
}

Variants§

§

Chorded(Event)

A chorded event.

§

TapHold(Event)

A tap-hold event.

§

LayerModification(LayerEvent)

A layer modification event.