Can't sent ${KEY_ALT} (video attached)

Unsure what is the issue.

{
“Name”: “xtype test”,
“CreationDate”: “2023-8-30”,
“Commands”: [
{
“Command”: “bringBrowserToForeground”,
“Target”: “”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “open”,
“Target”: “https://keyboardchecker.com/”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_ALT+KEY_ENTER}”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_ALT+KEY_S}”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “XType”,
“Target”: “${KEY_ALT}”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “sendKeys”,
“Target”: “${KEY_ALT}”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “”,
“Target”: “”,
“Value”: “”,
“Description”: “”
}
]
}


Here is what I have in my console

you have to press keys in combination. ATL key alone does not do anything:

Here is my example with the CTRL key. I guess “alt” will be similar.

  "Command": "XType",
  "Target": "${KEY_CTRL+KEY_A}",
  "Value": ""

I just tried all the options. When I click in combo (see the json), only the second key gets captured.