Hi @Jane
One way is to use the Keymodifier like what was suggested for each click activity, so it holds down for example Ctrl each time it clicks.
The other way is to use the TypeInto and perform a down keypress, but be careful because the key will be stuck down until it is released by using the up keypress.
Regards.