1. Home
  2. Docs
  3. TELLNEXT
  4. How-To’s
  5. VTXXX DEL Instead BKSP

VTXXX DEL Instead BKSP

It is possible to configure TellNext to send a DEL sequence (0x7F) when pressing the Backspace key.

In the sections:

Keyboard.EscapeSequences.VTXXX
Keyboard.EscapeSequences.ANSI

Change the behavior of the InternalCommand 104B (Backspace) as follows:

        {
          "Label": "FN_BKSP",
          "InternalCommand": "104B",
          "Data": "/08/20/08"
        }

Change by

        {
          "Label": "FN_BKSP",
          "InternalCommand": "104B",
          "Data": "/7F"
        }

 

The emulator will send DEL instead BS when pressing the BKSP key.

See Linux Doc:

http://tldp.org/HOWTO/BackspaceDelete/index.html

See other support doc about xterm:
https://support.hoststore.com/?/Knowledgebase/Article/View/193/0/backspace-sends-sequence-for-delete-key-in-xterm