I understand the process to highlight and copy, but how to take the text that was copied in that process and paste it? The directions show to user the Store Command and “your text”… I want to use the copied text, not enter in static text. Can anyone help?
To copy he text in clipboard use this command
{
"Command": "XType",
"Target": "${KEY_CTRL+KEY_C}",
"Value": "",
"Description": ""
},
To paste it in every site,form, other app
{
"Command": "XType",
"Target": "${KEY_CTRL+KEY_V}",
"Value": "",
"Description": ""
},
1 Like