What Should I Do If I Cannot Use the German Keyboard to Enter Characters When I Log In to a Linux ECS Using VNC?

Changing the OS Keyboard Language

Run the following command to change the OS keyboard language:

loadkeys keymapfile

keymapfile is the name of the file for the mapping between keys and displayed characters.

For example, if the name of a German keyboard mapping file is de, run the loadkeys de command.

For instructions about how to configure the keyboard language for a Linux ECS, see Login Using VNC.

Procedure