How do I send the rare 'select' hotkey

I want to send the select hotkey Selectkey.

It is not on the uipath send hotkey list, and Type Into with “[k(select)]”/“[k(sel)]” does not work (regardless of capital ‘s’ or not).

It is on the list of Microsoft keys:

@Eirik,

Try to use the :

Press the button (the Select Hotkey). The Keycode.info will display the Keyboard Number if recognized.

For example Enter is 13.
Use the Send Hotkey Activity, Properties : Input - Key : chr(13)

1 Like