Non-Latin-1 Character Set Keyboard Remapping

 
CONFIGURE KBD defines keyboard mappings for character sets other than Latin-1. When in effect, CONFIGURE KBD substitutes characters from the specified string for characters that come from the keyboard. This remapping is good for ASCII characters in the range 0 to 255, but does not apply to function keys. CONFIGURE KBD is not intended to be a complete keyboard driver; it merely substitutes one ASCII value for another. The syntax is:
 
CONFIGURE KBD first-char TO string-name$ 
 
The range of ASCII values that are remapped starts at the character number specified by first-char. The string specifies the ASCII values that should be substituted for values in that range. For example, to remap four keys starting with character number 65 use the following:
 
CONFIGURE KBD 65 TO "DCBA"