thanks, that worked.
Sorry I didn't think of trying that myself - I was under the
impression that using the plus sign meant the two things on either
side of the plus sign are pressed simultaneously, as in "<ctrl>+s",
but I'm just noticing that finalitem is not within the quotes - I bet
that's part of the answer.
anyways, many thanks for your work and patience!!
On Jun 24, 8:16 am, Christiaan Dekter <
cdek...@gmail.com> wrote:
> To get you out of trouble quickly:
>
> keyboard.send_keys(finalitem + "<enter>")
>
> A script in AutoKey is a Python script - the two are equivalent. So anything
> you could do in a separate Python script, you can do within an AutoKey
> script.
>