In Citrix Virtual Apps and Desktops, users can leverage various keyboard and input method editors (IME) to customize their setup and use keyboard and IME features. However, the configuration often requires them to manually adjust the registry.
Citrix policies provides the most efficient and convenient way to ensure user configurations are correct and eliminates the need for manual intervention. In this article, we’ll look at the group policy settings available for keyboard and IME configurations.
Instructions
These policies only work with Windows VDA and they are available from CVAD 2006/7.26 and CVAD 1912 CU2 onwards.
To access the group policy settings, open “Citrix Studio” in the desktop delivery controller machine. Then, click “Policies”->” Create Policy”. There, you’ll find group policies for Keyboard and IME under the “ICA” category. Select “Keyboard and IME,” as shown below.

The following three items will be listed, as shown below:
- Client Keyboard Layout Sync and IME Improvement
- Enable Unicode Keyboard Layout Mapping
- Hide Keyboard Layout Switch Pop-up Message Box
Let’s look at each setting.
The “Support dynamic client keyboard synchronization” setting, shown below, can help customers change the client keyboard layout and dynamically synchronize it to the VDA in the running session. With the option enabled, users don’t need to log in again or reconnect if they want to change the client keyboard layout.
For users working in Chinese, Korean, or Japanese, the “Support both dynamic client keyboard layout sync and IME improvement” setting will enable the best user experience for the client IME.
For windows VDA, two settings (“Support dynamic client keyboard synchronization” “Support both dynamic client keyboard layout sync and IME improvement”) work as the same effect. They are both related with the manual setting in windows VDA.
Add registry: HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\ICA\IcaIme\DisableKeyboardSync value = DWORD 0 |
For Linux VDA, these two settings are different. See Linux part for reference.
The differences in keyboard layout among operating systems can cause key mapping issues. For example, the Mac France keyboard layout is different from the Windows layout. In Citrix Virtual Apps and Desktops, you can use the “Unicode Keyboard Layout Mapping” setting to solve these issues.
With this setting, users don’t have to manually set the value in the Windows VDA registry, helping them to enable/disable the feature more easily.
The related manual setting way is as follows.
Add registry: HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\CtxKlMap\EnableKlMap value = DWORD 1 HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\CtxKlMap\DisableWindowHook value = DWORD 1 |
This setting is great for the users who don’t want see the message box shown below when they change the keyboard layout. Admins can simply choose the “Hide keyboard layout switch pop-up message box” option. The option works only on windows VDA.

Compare with windows VDA, Linux VDA supports "Client Keyboard Layout Sync and IME Improvement" policy, and there are 3 options. These policies are available from Linux VDA 2012 onwards.

Let’s look at each setting.
- Disabled: disables dynamic keyboard layout synchronization and client IME user interface synchronization.
- Support dynamic client keyboard synchronization: enables dynamic keyboard layout synchronization.
- Support both dynamic client keyboard layout sync and IME improvement: enables both dynamic keyboard layout synchronization and client IME user interface synchronization
The policy can replace manual setting below command. The related commands for enable feature “dynamic keyboard layout synchronization” and “client IME user interface synchronization” are as follows.
/opt/Citrix/VDA/bin/ctxreg update -k "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Citrix\LanguageBar" -v "SyncKeyboardLayout" -d "0x00000001" |
/opt/Citrix/VDA/bin/ctxreg update -k "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Citrix\LanguageBar" -v "SyncClientIME" -d "0x00000001" |
The group policy settings I’ve covered here will help users configure their keyboard layout and IME more efficient and convenient. These settings works on VDA to make these policies effective, CWA configurations are also needed, but not in scope of this post, please check out our
ICA policy settings and
Keyboard and IME configuration documentation to learn more.