How do you press a key several times while pressing down ctrl?

how to press a key several times while pressing down ctrl ?

Example

Xtype | ${KEY_CTRL+KEY_HOME}${KEY_CTRL+KEY_HOME}${KEY_CTRL+KEY_HOME}

or

Xtype | ${KEY_CTRL+KEY_HOME}
Xtype | ${KEY_CTRL+KEY_HOME}
Xtype | ${KEY_CTRL+KEY_HOME}

KEY_HOME can be changed with yout prefered button

Thank you for the answer but is there any way to press a key several times without releasing ctrl or alt key?

I think this is not possible and the only complicated alternative seems to be this but it doesn’t seem simple and immediate to me

1 Like

Hi, do you need this for web or desktop automation?

I had success using XCLICK | image | #ctrlclick for Windows Explorer file selection.

1 Like

Thank you for the answer. Good thing it’s on to do list!

1 Like

Thank you that works like charm