Content


KoalaTerm Key Mapping

KoalaTerm provides a very powerful key mapping feature allowing you to map virtually any key on PC keyboard and combination with modifiers (CTRL, SHIFT and ALT) to VT standard keys, code sequences or KoalaTerm menu items.

Key Mapping Page Snapshot

How to Map a Key

Here are detailed step-by-step instructions on mapping a key (or key combination with modifiers):

  1. Click on the key you want to map in the graphic keyboard(see the following illustration).


  2. Select any modifiers (Ctrl, Shift, or Alt )by click on check boxes under the graphic keyboard.


  3. The name of the key (or key combination) will be shown in the "Key Name" edit box. Make sure it's what you want.


  4. Select mapping type and input mapping.

  1. You must click "Set" button to finish the mapping. You can then repeat all the steps for mapping other keys.

Use Key Mapping Template

Sequence Syntax

KoalaTem only accepts displayable ASCII characters when you input a character sequence, so you need special ways to input special characters in the sequence, like "Control-C", "Carriage Return" or "Escape", etc. You have some different ways to input a special character:

Important: to input literal "\", "<" and "^", put a "\" before them, i.e. "\\", "\<", "\^". Otherwise they may be treated as introducer of special characters

How Do I Know What Sequence I Should Map to

Standard Code Sequences for VT Keys

Here is a list of code sequences for VT function keys:

Function Key Sequence Function Key Sequence
Find <CSI>1~ F7 <CSI>18~
Insert Here <CSI>2~ F8 <CSI>19~
Remove <CSI>3~ F9 <CSI>20~
Select <CSI>4~ F10 <CSI>21~
Prev <CSI>5~ F11 <CSI>23~
Next <CSI>6~ F12 <CSI>24~
Up <CSI>A F13 <CSI>25~
Down <CSI>B F14 <CSI>26~
Right <CSI>C Help <CSI>28~
Left <CSI>D Do <CSI>29~
PF1 <ESC>OP F17 <CSI>31~
PF2 <ESC>OQ F18 <CSI>32~
PF3 <ESC>OR F19 <CSI>33~
PF4 <ESC>OS F20 <CSI>34~


Content