re-defining erase key in TS16

When in terminal mode, the default erase key is ^h. How can I change it to using the Backspace key ?

Thank you.

To my knowledge, this can be configured on a per port basis only:

#> set keys erase=(value) range=(port#)

Not quite sure I understand what you want to do. Do you want to remap the erase key from ^h to something else, or do you want to remap the backspace key to some other value? Please elaborate on this…

I don’t expect responses come so quickly; thanks to this forum and the people here.

I wish to remap the erase key from ^h to backspace. I have tried “set keys erase=(value) range=(port#)” but I just don’t know the (value) of backspace.

I don’t expect responses come so quickly; thanks to this forum and the people here.

I wish to remap the erase key from ^h to backspace. I have tried “set keys erase=(value) range=(port#)” but I just don’t know the (value) of backspace.

Typically, it is ^?.

It works! Thank you very much!