ctrlAt method
Enables mapping Ctrl+@ to NUL when v is true.
Implementation
LegacyKeyEncoding ctrlAt(bool v) =>
LegacyKeyEncoding(v ? (bits | _flagCtrlAt) : (bits & ~_flagCtrlAt));
Enables mapping Ctrl+@ to NUL when v is true.
LegacyKeyEncoding ctrlAt(bool v) =>
LegacyKeyEncoding(v ? (bits | _flagCtrlAt) : (bits & ~_flagCtrlAt));