LegacyKeyEncoding class final
Legacy key encoding behavior flags.
Upstream: third_party/ultraviolet/decoder.go (LegacyKeyEncoding).
Constructors
- LegacyKeyEncoding([int bits = 0])
-
const
Properties
Methods
-
backspace(
bool v) → LegacyKeyEncoding -
Chooses legacy backspace behavior when
vis true. -
ctrlAt(
bool v) → LegacyKeyEncoding -
Enables mapping
Ctrl+@toNULwhenvis true. -
ctrlI(
bool v) → LegacyKeyEncoding -
Toggles
Ctrl+Imapping (tab) whenvis true. -
ctrlM(
bool v) → LegacyKeyEncoding -
Toggles
Ctrl+Mmapping (enter) whenvis true. -
ctrlOpenBracket(
bool v) → LegacyKeyEncoding -
Toggles
Ctrl+[mapping (escape) whenvis true. -
find(
bool v) → LegacyKeyEncoding -
Enables legacy
Findkey reporting whenvis true. -
fKeys(
bool v) → LegacyKeyEncoding -
Chooses legacy function key variants when
vis 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
Selectkey reporting whenvis true. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override