Page 1 of 1

Keystroke Alt+NUM PLUS not accepted

Posted: Wed May 04, 2016 12:21 pm
by Rukbunker
Hello Oleg,

Because of a Citrix connection, we need to emulate the Keystroke combination Alt + NUM PLUS. Robotask accepts it as input, but after pressing OK, the window with strokes remains emtpy. Although that happens, I've tried to execute task and (ofcourse) it didn't work. Anything I forget?

Image

Re: Keystroke Alt+NUM PLUS not accepted

Posted: Wed May 04, 2016 2:09 pm
by Oleg
Use combination:
%({NUMPADADD})


Ctrt - ^(<Letter>) , e.g. Ctrl-S -> ^(S)
Alt - %(<Letter>) , e.g. Alt-W -> %(W)
Shift - +(<Letter>) , e.g. Shift-W -> +(W)
Win - #(<Letter>) , e.g. Win-E -> #(E)

Also see numpad keys here:
keys.png
keys.png (43.43 KiB) Viewed 15806 times

Re: Keystroke Alt+NUM PLUS not accepted

Posted: Wed May 04, 2016 5:38 pm
by Rukbunker
Yes, that works. Thanks!