insertMode resource

From The x3270 Wiki
(Redirected from Insert() action)

New in 4.0

Type Default Option
Boolean false

Controls insert mode on the terminal.

Default keymap

insertMode is toggled (switched from true to false or vice-versa) by definitions in the default keymap:

Mode x3270 c3270 wc3270 wx3270
3270 Insert Insert Insert Insert
NVT Insert Insert Insert Insert

insertMode is set to true by definitions in the default keymap:

Mode x3270 c3270 wc3270 wx3270
3270 Alt-i Ctrl-a + i Alt-i
NVT

how to read keymap tables

Notes

The deprecated ToggleInsert() action is equivalent to Toggle(insertMode).