Left() action

From The x3270 Wiki

In 3270 mode, the Left() action moves the cursor one column to the left. If the cursor is on the leftmost column, it will wrap around to the rightmost column of the previous row (and possibly from the top row to the bottom row).

In NVT mode, Left() emulates the xterm key, sending to the host the escape sequence Esc [ D in normal mode, and Esc O D in application cursor mode.

Examples

Left()

Default keymap

Mode x3270 c3270 wc3270 wx3270
3270 Left LEFT Left Left
NVT Left LEFT Left Left

how to read keymap tables