I want to send the select hotkey .
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:
I want to send the select hotkey .
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:
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)