en-US citrix user

Keyboard settings

Verified with Citrix Workspace App 26.3.10 — updated on July 10, 2026

Supported on: All Citrix Workspace supported platforms

Path in the GPO console

User Configuration\Administrative Templates\Citrix Components\Citrix Workspace\User experience

Description

The keyboard layout synchronization feature lets you switch among keyboard layouts on the client device. This feature synchronizes the client keyboard layout to the server. This feature provides you with the following options: • Allow dynamic sync - Synchronizes the client keyboard layout to the server when you make any changes. When selected, this option also enables the client IME for East Asian languages. Selecting Yes for this option overrides the following two options. • Sync only once – when session starts – Synchronizes the client keyboard layout to the server when the session launches. Any changes you make to the client keyboard layout during the session do not take effect immediately. To apply the changes, log off and log back on. • Don’t sync - Indicates that the client uses the keyboard layout present on the server. This policy is not configured by default. When you disable this policy, the client keyboard layout is synchronized to server only when the session is launched.

Registry

HKCU Software\Policies\Citrix\Ica Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Keyboard

This policy sets several registry values:

LocalIME Keyboard
Enabled: LocalIME = (deleted)
Disabled: LocalIME = 0
KeyboardSyncMode Keyboard
Enabled: KeyboardSyncMode = (deleted)
Disabled: KeyboardSyncMode = (User Profile)

More options available

Options

Allow dynamic sync
LocalIME enum
  • No -> 0 (default)
  • Yes -> 1
Sync mode on session launch
KeyboardSyncMode enum
  • Sync only once – when session starts -> (User Profile) (default)
  • Don’t sync -> (Server Default)

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Keyboard settings
; State: Enabled
; Supported on: All Citrix Workspace supported platforms

[HKEY_CURRENT_USER\Software\Policies\Citrix\Ica Client\Engine\Lockdown Profiles\All Regions\Lockdown\GPO Disable\Keyboard]
"LocalIME"=-
"KeyboardSyncMode"=-

[HKEY_CURRENT_USER\Software\Policies\Citrix\Ica Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Keyboard]
"LocalIME"="0"
"KeyboardSyncMode"="(User Profile)"
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Keyboard settings
# State: Enabled
# Supported on: All Citrix Workspace supported platforms
# Warning: In SYSTEM context (the Intune default), HKCU targets the SYSTEM profile. Run this script using the logged-on credentials.

$path = 'HKCU:\Software\Policies\Citrix\Ica Client\Engine\Lockdown Profiles\All Regions\Lockdown\GPO Disable\Keyboard'
Remove-ItemProperty -Path $path -Name 'LocalIME' -ErrorAction SilentlyContinue
Remove-ItemProperty -Path $path -Name 'KeyboardSyncMode' -ErrorAction SilentlyContinue

$path = 'HKCU:\Software\Policies\Citrix\Ica Client\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Keyboard'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'LocalIME' -Value '0' -Type String
Set-ItemProperty -Path $path -Name 'KeyboardSyncMode' -Value '(User Profile)' -Type String

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview