Avoid keydown in sendkeys

Hello, recently i’m creating test scripts using katalon studio, I faced a problem with sendkeys functio is there an alternative way to copy and paste a word in an input field ? I’m aware about javascript.executescript(“argument[0].value=‘here’”) but I’m looking for something else.
I don’t know why sendkey first thing it does that send a keydown with empty key (marked in yello )

image

Welcome aboard, David.

The empty value for the key property is very probably benign. Do you think it’s causing a problem?

You can try also