pub type TapHoldKey = Key<Ref>;
Type aliases for convenience.
pub struct TapHoldKey { pub tap: Ref, pub hold: Ref, }
tap: Ref
The ‘tap’ key.
hold: Ref
The ‘hold’ key.