
Speedway Reader IPJ-R1000 for Gen 2 UHF RFID
64
Appendix B Command Line Editing in Rshell
Key Sequence Action
Printable char
Insert character at cursor
position then move cursor
right one.
KEY_LEFT Control-B, \033[D
Move cursor left one. Sticks
at begin-of-line.
KEY_RIGHT Control-F, \033[C
Move cursor right one. Sticks
at end-of-line.
KEY_HOME Control-A, \033[1~ Move cursor to begin-of-line.
KEY_END Control-E, \033[4~ Move cursor to end-of-line
KEY_DELETE Control-D, \033[3~
Delete character at cursor
position. Leave cursor at
same position.
KEY_BACKSPACE Control-H
Move cursor left one then
same as KEY_DELETE. Does
nothing at begin-of-line.
KEY_ERASELINE Control-U
Erase entire line, place
cursor at begin-of-line
KEY_ENTER Control-J, Control-M
Move cursor to end-of-line.
Return the line to the caller
for processing.
KEY_UP Control-P, \033[A
Move up (earlier) the history
list. Erases current line,
copies in and displays
history entry, places cursor
at end-of-line.
KEY_DOWN Control-N, \033[B
Move down (later) the history
list. Erases current line,
copies in and displays
history entry, places cursor
at end-of-line.
anything else Ignored
Comentarios a estos manuales