Help for this page

Select Code to Download


  1. or download this
    "\e", then "[", then "D"  ==eq==> "\x1B", "\x5B", "\x44"
    "\e", then "[", then "C"  ==eq==> "\x1B", "\x5B", "\x45"
    
  2. or download this
    "\e[D\n" ==eq==> "\x1B\x5B\x44\x0A"
    "\e[C\n" ==eq==> "\x1B\x5B\x45\x0A"