Multiple keyboard not handled.

  • Thread starter Thread starter N. Reano
  • Start date Start date
N

N. Reano

Adding several keyboard in a Text and Service list of a
Regional and Language Options Control Panel service after
a user Log Off or a system Restart the list disappear.
The l'only active Language keyboard remains.
I'm in a MUI enviromnent.
Has anyone some ideas?
TIA

N.Reano
 
This is a bug where your runtime requires reg keys that are located in the
IME prototype component, it owns some reg keys that should belong in the
Keyboard components.

Here is a workaround:
1) Temporarily add the IME Prototype component to your configuration and
expand it out
2) Click on the Registry Data node
3) Scroll up so that the Extra Registry Settings at the top of the
configuration can be seen
4) Drag these keys listed below from the IME Prototype component to the
Extra Registry Settings area (or copy/paste them). Only copy the 8 keys
under this branch:
HKLM\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\IniFileMapping\KeyboardLayout.ini

5) You can now remove the IME Prototype component.

**note** the Run key for CTFMON.EXE is the only key in the IME Prototype
component that is not needed - leave this one key in the IME prototupe
component only.

Andy
 
Back
Top