LegacyKeyEncoding class final

Legacy key encoding behavior flags.

Upstream: third_party/ultraviolet/decoder.go (LegacyKeyEncoding).

Constructors

LegacyKeyEncoding([int bits = 0])
const

Properties

bits int
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

backspace(bool v) LegacyKeyEncoding
Chooses legacy backspace behavior when v is true.
ctrlAt(bool v) LegacyKeyEncoding
Enables mapping Ctrl+@ to NUL when v is true.
ctrlI(bool v) LegacyKeyEncoding
Toggles Ctrl+I mapping (tab) when v is true.
ctrlM(bool v) LegacyKeyEncoding
Toggles Ctrl+M mapping (enter) when v is true.
ctrlOpenBracket(bool v) LegacyKeyEncoding
Toggles Ctrl+[ mapping (escape) when v is true.
find(bool v) LegacyKeyEncoding
Enables legacy Find key reporting when v is true.
fKeys(bool v) LegacyKeyEncoding
Chooses legacy function key variants when v is true.
has(int flag) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
select(bool v) LegacyKeyEncoding
Enables legacy Select key reporting when v is true.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override