keyCodes: {
arrowDown: "\u001b[B";
arrowLeft: "\u001b[D";
arrowRight: "\u001b[C";
arrowUp: "\u001b[A";
enter: "\r";
esc: "\u001b";
} = ...
Type declaration
-
arrowDown: "\u001b[B"
-
arrowLeft: "\u001b[D"
-
arrowRight: "\u001b[C"
-
arrowUp: "\u001b[A"
-
enter: "\r"
-
esc: "\u001b"
Keyboard characters