en-US citrix computer

Hotkeys for Desktop viewer

Citrix Workspace App

Supported on: All Citrix Workspace supported platforms

Description

This feature allows you to toggle between a full-screen mode and windows-mode in a desktop session. You can now switch to the preferred mode using customized keyboard shortcuts that can be used as hotkeys. Customize fullscreen toggle hotkeys lets you to select the key combinations that you prefer to use to toggle Note : This hotkey works independant of "AllowHotKeys" Registry value.

Registry

HKLM Software\Policies\Citrix\ICA Client\THK

Value name: ToggleFullScreenEnabled

Enabled: ToggleFullScreenEnabled = 1

Disabled: ToggleFullScreenEnabled = 0

More options available

Options

Customize fullscreen toggle:
FirstKey enum
  • Shift
  • Ctrl (default)
  • Alt
+
SecondKey enum
  • Shift (default)
  • Ctrl
  • Alt
+
ThirdKey enum
  • F1 (default)
  • F2
  • F3

REG Builder

BETA

Configure the state and elements to generate .reg, PowerShell, Intune, and SCCM outputs.

These exports replicate the policy's registry effect. Editing the registry directly is not the same as applying the GPO through the management console (no gpupdate, no central reporting). Test before production; HKLM changes require administrator rights.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Hotkeys for Desktop viewer
; State: Enabled
; Supported on: All Citrix Workspace supported platforms

[HKEY_LOCAL_MACHINE\Software\Policies\Citrix\ICA Client\THK]
"ToggleFullScreenEnabled"=dword:00000001
"FirstKey"="Ctrl"
"SecondKey"="Shift"
"ThirdKey"="F1"