Keystroke Alt+NUM PLUS not accepted

Discuss RoboTask here
Post Reply
Rukbunker
Posts: 197
Joined: Mon Feb 22, 2016 4:06 pm
Location: Netherlands

Keystroke Alt+NUM PLUS not accepted

Post 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
Oleg
Site Admin
Posts: 3031
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Keystroke Alt+NUM PLUS not accepted

Post 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 13835 times
Oleg Yershov
Rukbunker
Posts: 197
Joined: Mon Feb 22, 2016 4:06 pm
Location: Netherlands

Re: Keystroke Alt+NUM PLUS not accepted

Post by Rukbunker »

Yes, that works. Thanks!
Post Reply