Variable keyCodesConst

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

Keyboard characters

Type declaration

  • arrowDown: "\u001b[B"
  • arrowLeft: "\u001b[D"
  • arrowRight: "\u001b[C"
  • arrowUp: "\u001b[A"
  • enter: "\r"
  • esc: "\u001b"

Generated using TypeDoc