Skip to content

Instantly share code, notes, and snippets.

@CJHarmath
CJHarmath / fedora_ica_setup.sh
Created June 23, 2025 03:04
send shortcut keys to Citrix in fullscreen mode on Fedora
#!/bin/bash
CONFIG_FILE="$HOME/.ICAClient/wfclient.ini"
REQUIRED_SETTINGS=(
"KeyboardSendSpecial=On"
"TransparentKeyPassthrough=FullScreenOnly"
"FullScreenShortcutSupport=true"
"KeyboardMode=1"
"OverrideDesktopKeyPassthrough=True"
)