How to distinguish between two ctrl keys on keyboard

Hello everyone,
I have Lenovo ThinkPad with two keys in the keyboard corresponding to Ctrl. I need to use the one on the right side of the keyboard, but UiPath ‘Send Hotkeys’ activity only recognize the other (which it doesn’t work for the web application I need to interact with).
Does anyone know if UiPath can distinguish between them?

Thank you all,
Francesca

hi @frafri

In Send Hot Key activity you can use lctrl and rctrl

Don’t need to use Ctrl check box :slight_smile:
Based on that you can justify

Thanks
Ashwin S

1 Like

Thank you, I didn’t notice :wink: