Kbase 19541: ICA client and international keyboard layout
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/22/2000 |
|
ICA client and international keyboard layout
SUMMARY:
If you are connecting to Winframe / MetaFrame server in desktop mode the desktop keyboard layout is used while working with the applications. You can set the preferred keyboard layout in the same way as on WinNT 3.51 / NT 4.0.
If the Progress application is working in seamless mode, the settings from WFClient.ini are used.
STEP BY STEP for seamless mode:
The default WFClient.ini is located in the install directory of the ICA client like: C:\Program Files\Citrix\ICA Client. There is a current WFClient.ini file for each user stored in the Windows Profile directory: like C:\WinNt\Profiles\username\Application Data\ICAClient.
The used section is:
[WFClient]
Version=2
...
KeyboardLayout=(User Profile)
...
The default desktop keyboard layout is used by default for the seamless application. You can modify the entry manually or with the Citrix ICA Client Settings with values like:
KeyboardLayout=German
The layout must be listed in the section [KeyboardLayout]:
[KeyboardLayout]
German=0x00000407
The appropriate dll must be installed (in the example kbdgr.dll)
Here is a list of layouts from module.ini:
[KeyboardLayout]
(User Profile)=0x00000000
(Server Default)=0xFFFFFFFF
Belgian Dutch=0x00000813
Belgian French=0x0000080C
Brazilian (ABNT)=0x00000416
British=0x00000809
Bulgarian=0x00000402
Canadian English (Multilingual)=0x00001009
Canadian French=0x00000C0C
Canadian French (Multilingual)=0x00010C0C
Croatian=0x0000041A
Czech=0x00000405
Danish=0x00000406
Dutch=0x00000413
Finnish=0x0000040B
French=0x0000040C
German=0x00000407
Greek=0x00000408
Hungarian=0x0000040E
Icelandic=0x0000040F
Italian=0x00000410
Italian (142)=0x00010410
Latin American=0x0000080A
Norwegian=0x00000414
Polish (Programmers)=0x00000415
Portuguese=0x00000816
Romanian=0x00000418
Russian=0x00000419
Slovak=0x0000041B
Slovenian=0x00000424
Spanish=0x0000040A
Spanish variation=0x0001040A
Swedish=0x0000041D
Swiss French=0x0000100C
Swiss German=0x00000807
Turkish (F)=0x0001041F
Turkish (Q)=0x0000041F
US=0x00000409
US-Dvorak=0x00010409
US-International=0x00020409
REFERENCE TO WRITTEN DOCUMENTATION:
CITRIC ICA Client configuration.
Ales Zeman (22-FEB-2000)