XType issue with Citrix Workspace

Hi,

I am using Citirx Workspace and have issue with XType with some keys:
i.e, the {KEY_F1}..{KEY_F12} doesn’t work on Worksapce.

The citrix worksapce version is 1903.

Anyone has the same issue and how to get around it?

Hi, does XTYPE (function key) work ok on your local machine?

And if yes, does the same macro work when run inside Citrix?

Here is a basic test macro. It presses F3 inside the IDE, and the search box opens:

{
  "Name": "F3",
  "CreationDate": "2020-3-31",
  "Commands": [
    {
      "Command": "XType",
      "Target": "${key_f3}",
      "Value": ""
    },
    {
      "Command": "XType",
      "Target": "Hello World",
      "Value": ""
    }
  ]
}

Yes, the XType (function key) works fine on the local machine and Windows Remote Desktop.
But it doesn’t work inside Citrix, and the client use Citrix only…