XType issue with Citrix Workspace

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": ""
    }
  ]
}