I’m automating an IBM mainframe using UiPath Internal provider and activities from UiPath.Terminal.Activities.
When I try to use “Send Control Key” with keys F13-F24 I always get an error “Send Control Key: Terminal error: ErrorSendKeys”. I already tried “Type Into” activity with terminal as selector and Shift+F1-F12 as text, but it didn’t give me the expected result.
Is there any way to solve this problem?
try typeinto “[k(F13)]”
1 Like
Hi all,
i face same issue, already tried @skini76 solution but it type “[k(F13)]” into the field not invoking F13.
Anyone know how to send F13-F24 into as400?
Hi @alexologica
Please see this post, I hope it is helpful:
Hi
Could you please kindly specify how to remap the F13-24?
Cheers
Ed
Hello
The following method worked for me
Try first sending the PA1 or PA2 or PA3 key + the key you want
Leave the solution for future developers who might experience this
1 Like