Default Keyboard Layout

avatar

Hi,

I have the problem when connecting via RDP to a Windows Server that the default keyboard layout is always ZHS (Simplified Chinese).

I figured out that if I changed the keyboard layout to German (in the connections' advanced settings), ZHS is not listed as an input method anymore.
But as soon as I set it back to "default", it would appear again.

My question is: where can I find that "default" keyboard layout setting and change it?

TIA
Markus

I am using version 9.0.7.0 (64bit)

All Comments (1)

avatar

Hi,
The default keyboard in RDP is to not specify any keyboard and let RDP handle it. We use .NET to list the available culture:

CultureInfo.GetCultures(CultureTypes.AllCultures)

I don't know why ZHS is not specified.

David Hervieux